代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/451222/7468996
java testfilecatalogloader.java
import java.io.*;
import java.util.*;
/**
* Tests the class FileCatalogLoader
*
* @author author name
* @version 1.0.0
* @see FileCatalogLoader
*/
public class TestFileC
www.eeworm.com/read/451063/7472887
java testemployeearray.java
import java.io.*;
/**
* Tests the class EmployeeArray
*
* @author iCarnegie
* @version 1.0.0
* @see EmployeeArray
* @see Employee
*/
public class TestEmployeeArray {
www.eeworm.com/read/451063/7472921
java teststudentarraylist.java
import java.io.*;
import java.util.*;
/**
* Test the class StudentArrayList
*
* @author iCarnegie
* @version 1.0.0
* @see Student
* @see StudentArrayList
*/
public clas
www.eeworm.com/read/451063/7472923
java testproduct.java
import java.io.*;
/**
* Test driver for class Product.
*
* @author iCarnegie
* @version 1.0.0
* @see Product
*/
public class TestProduct {
/* Standard output strea
www.eeworm.com/read/451063/7472924
java testorderitem.java
import java.io.*;
/**
* Test driver for class OrderItem.
*
* @author iCarnegie
* @version 1.0.0
* @see OrderItem
* @see Product
*/
public class TestOrderItem {
/
www.eeworm.com/read/451063/7472927
java testcoffee.java
import java.io.*;
/**
* Test driver for class Coffee.
*
* @author iCarnegie
* @version 1.0.0
* @see Coffee
*/
public class TestCoffee {
/* Standard output stream *
www.eeworm.com/read/451063/7472973
java testathletescores.java
import java.io.*;
/**
* Test driver for class AthleteScores.
*
* @author author name
* @version 1.0.0
*/
public class TestAthleteScores {
/* Standard output stream *
www.eeworm.com/read/451063/7472983
java testorder.java
import java.io.*;
import java.util.*;
/**
* Test driver for class Order.
*
* @author iCarnegie
* @version 1.0.0
*/
public class TestOrder {
/* Standard output stre
www.eeworm.com/read/451063/7472984
java testcatalog.java
import java.io.*;
import java.util.*;
/**
* Test driver for class Catalog.
*
* @author iCarnegie
* @version 1.0.0
*/
public class TestCatalog {
/* Standard output
www.eeworm.com/read/450993/7474087
txt dos color.txt
// This will work in DOS.
//I don't know if it will work in other OS.
#include
#include
int main ()
{
textcolor ( YELLOW );
cprintf ("Color Testing \n");
ret