Esempio n. 1
0
 @Test
 public void getType() {
   testInvoice = new Invoice();
   Assert.assertEquals("Invoice", testInvoice.getType());
 }