SQA
package tests;
import vehicles.*;
import org.junit.*;
import static org.junit.Assert.*;
public class BicycleTest {
@Test
public void test1() {
System.out.println("Belajar SQA");
}
@Test
public void test2() {
System.out.println("Sangat Menyenangkan") ;
}
@Test
public void test3() {
System.out.println("Rasyidiqbal.blogspot.com");
}
}
import vehicles.*;
import org.junit.*;
import static org.junit.Assert.*;
public class BicycleTest {
@Test
public void test1() {
System.out.println("Belajar SQA");
}
@Test
public void test2() {
System.out.println("Sangat Menyenangkan") ;
}
@Test
public void test3() {
System.out.println("Rasyidiqbal.blogspot.com");
}
}
dan bila di esekusi atau di ant test maka akan muncul output seperti gambar di bawah ini
bila ingin mencoba silahkan download saja filenya di SINI
Posted by 11/24/2013 08:20:00 pm and have
0
comments
, Published at
No comments:
Post a Comment