@Test
public void testInInventory() {
System.out.println("Testing truth of inventory items being contained");
Corset corset = new Corset();
Doublet doublet = new Doublet();
Sword sword = new Sword();
Stilleto stilleto = new Stilleto();
Stilleto stilleto2 = new Stilleto();
Henchwoman h = new Henchwoman();