- ramaswamyActive particpant
- Posts : 22
Join date : 2011-11-28
am using junit framework and generate results with ant_bult but not create out-put results folder
Mon Nov 28, 2011 4:28 pm
this is my program
import junit.framework.TestCase;
import org.junit.Test;
public class TestExample extends TestCase {
@Test
public void testOne()
{
assertTrue( "TestExample", true );
}
}
this is my build.xml file
verbose="${TALK}"
>
and my result is
Buildfile: F:\MyEclipseWorkspce\junitram\build.xml
compile-test:
test:
[junit] Testsuite: TestExample
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
all:
BUILD SUCCESSFUL
Total time: 735 milliseconds
but con't create output results folder,
so what i do now?
import junit.framework.TestCase;
import org.junit.Test;
public class TestExample extends TestCase {
@Test
public void testOne()
{
assertTrue( "TestExample", true );
}
}
this is my build.xml file
>
and my result is
Buildfile: F:\MyEclipseWorkspce\junitram\build.xml
compile-test:
test:
[junit] Testsuite: TestExample
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
all:
BUILD SUCCESSFUL
Total time: 735 milliseconds
but con't create output results folder,
so what i do now?
Permissions in this forum:
You cannot reply to topics in this forum