#57 FunctionalCustomTimer unit test
This commit is contained in:
		
							parent
							
								
									9834ce4a06
								
							
						
					
					
						commit
						55b35073c7
					
				
					 4 changed files with 66 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
package be.ugent.sel.studeez.data.local.models.timer_functional
 | 
			
		||||
 | 
			
		||||
abstract class FunctionalTimer(initialValue: Int) {
 | 
			
		||||
    protected val time: Time = Time(initialValue)
 | 
			
		||||
    val time: Time = Time(initialValue)
 | 
			
		||||
    var view: String = "Focus"
 | 
			
		||||
 | 
			
		||||
    fun getHoursMinutesSeconds(): HoursMinutesSeconds {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue