Skip to content

Commit

Permalink
End of academic period push
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorMike committed Oct 18, 2015
1 parent a8ff90e commit 0af3db6
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 8 deletions.
1 change: 0 additions & 1 deletion .idea/libraries/appcompat_v7_22_2_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
import org.junit.Test;

/**
* Created by Mike on 8/10/2015.
* Testing for exercise class
*
* @author Kelsey Hyde and Mike Nicholls
* @version 1.0 (2015)
*/
public class CreateExerciseTest extends TestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@


/**
* Created by Mike on 22/09/2015.
* Test for checking DBHelper.class
*
* @author Kelsey Hyde and Mike Nicholls
* @version 1.0 (2015)
*/
public class DBHelperTest extends TestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
import com.example.smarttrain.smarttrain.Exercise;

/**
* Created by Mike on 28/08/2015.
* Helper method for ExerciseTest.class
*
* @author Kelsey Hyde and Mike Nicholls
* @version 1.0 (2015)
*/
public class ExerciseHelepertest {
public static void main(String[] args) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package com.example.smarttrain.smarttrain.Test;

import com.example.smarttrain.smarttrain.Exercise;

import org.junit.Before;
import org.junit.Test;

/**
* Created by Mike on 8/10/2015.
* Testing for Exercise class
*
* @author Kelsey Hyde and Mike Nicholls
* @version 1.0 (2015)
*/
public class ExerciseTest {
@Before
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
import org.junit.Test;

/**
* Created by Mike on 8/10/2015.
* Testing for RepetitionExercise
*
* @author Kelsey Hyde and Mike Nicholls
* @version 1.0 (2015)
*/
public class RepetitionExerciseTest {

Expand Down

0 comments on commit 0af3db6

Please sign in to comment.