blob: 77232d0e2b495184f3ab5f95e9e021f97a789328 [file] [log] [blame]
class FooTest extends TestCase {
public void testFoo() {
<spot>assert "1" == "1" : "Error"</spot>
}
}