Просмотр исходного кода

Update WordProblemSolverTest.java

morrme 9 лет назад
Родитель
Сommit
d087fc1993
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      exercises/wordy/src/test/java/WordProblemSolverTest.java

+ 1
- 1
exercises/wordy/src/test/java/WordProblemSolverTest.java Просмотреть файл

6
 
6
 
7
 import static org.junit.Assert.assertEquals;
7
 import static org.junit.Assert.assertEquals;
8
 
8
 
9
-class WordProblemSolverTest {
9
+public class WordProblemSolverTest {
10
 
10
 
11
     /*
11
     /*
12
      * See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and
12
      * See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and