mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-30 00:18:37 -04:00
added an example
This commit is contained in:
parent
ca30aa154e
commit
44bca8c0bc
@ -28,7 +28,7 @@ public class TestExamples extends TestCase {
|
|||||||
*/
|
*/
|
||||||
public void testDistExamples() throws Exception {
|
public void testDistExamples() throws Exception {
|
||||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||||
assertEquals(174, new FileScanner(this::check).scan(examples));
|
assertEquals(175, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(78, testCasesInFiles);
|
assertEquals(78, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user