package jetbrains.mps.execution.impl.configurations.tests.commands.sandbox; /*Generated by MPS */ import junit.framework.TestCase; import junit.framework.Assert; public class FailedBTestCase_Test extends TestCase { public void test_fail() throws Exception { Assert.fail("fail!"); } public FailedBTestCase_Test() { } }