Skip to content

Commit 1d8b686

Browse files
committed
Read problem definition #37
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent 4ef2fd1 commit 1d8b686

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

projects/net.splitcells.gel.editor/src/main/java/net/splitcells/gel/editor/geal/examples/SportsCoursePlanningTest.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,15 @@
1515
*/
1616
package net.splitcells.gel.editor.geal.examples;
1717

18+
import net.splitcells.dem.testing.annotations.UnitTest;
19+
import net.splitcells.gel.editor.GelEditorFileSystem;
20+
21+
import static net.splitcells.dem.Dem.configValue;
22+
1823
public class SportsCoursePlanningTest {
24+
@UnitTest
25+
public void test() {
26+
final var problemDefinition = configValue(GelEditorFileSystem.class)
27+
.readString("src/main/resources/html/net/splitcells/gel/editor/geal/examples/sports-course-planning.txt");
28+
}
1929
}

0 commit comments

Comments
 (0)