public bool test() { TestedOne one = new TestedOne(); one.sayOne(); TestedTwo two = new TestedTwo(); two.sayTwo(); return(true); // just pretending to test something }
public bool test() { TestedOne one = new TestedOne(); one.sayOne(); TestedTwo two = new TestedTwo(); two.sayTwo(); //TestedTwo two = new TestedTwo(); two.sayOne(); Console.WriteLine(" ========="); return(true); // just pretending to test something }