MCPcopy Create free account
hub / github.com/bsideup/jabel / JabelExampleTest

Class JabelExampleTest

example/src/test/java/com/example/JabelExampleTest.java:7–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import static org.junit.Assert.*;
6
7public class JabelExampleTest {
8
9 @Test
10 public void shouldWork() {
11 JabelExample jabelExample = new JabelExample();
12
13 String result = jabelExample.run(new String[0]);
14
15 assertTrue("'" + result + "' should start with 'idk '", result.startsWith("idk "));
16
17 }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected