forked from pierront/mylibrary-template
		
	Update OrderSteps.java
This commit is contained in:
		@@ -1,22 +1,16 @@
 | 
				
			|||||||
package fr.iut_fbleau.but3.dev62.mylibrary.features.client;
 | 
					package fr.iut_fbleau.but3.dev62.mylibrary.features.order;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
 | 
					import static org.junit.jupiter.api.Assertions.*;
 | 
				
			||||||
import static org.junit.jupiter.api.Assertions.assertFalse;
 | 
					 | 
				
			||||||
import static org.junit.jupiter.api.Assertions.assertNotNull;
 | 
					 | 
				
			||||||
import static org.junit.jupiter.api.Assertions.assertThrows;
 | 
					 | 
				
			||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.cucumber.datatable.DataTable;
 | 
					import io.cucumber.datatable.DataTable;
 | 
				
			||||||
import io.cucumber.java.en.And;
 | 
					import io.cucumber.java.en.And;
 | 
				
			||||||
import io.cucumber.java.en.Given;
 | 
					import io.cucumber.java.en.Given;
 | 
				
			||||||
import io.cucumber.java.en.Then;
 | 
					import io.cucumber.java.en.Then;
 | 
				
			||||||
import io.cucumber.java.en.When;
 | 
					import io.cucumber.java.en.When;
 | 
				
			||||||
import java.util.HashMap;
 | 
					
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.*;
 | 
				
			||||||
import java.util.Map;
 | 
					 | 
				
			||||||
import java.util.Optional;
 | 
					 | 
				
			||||||
import java.util.UUID;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class OrderSteps {
 | 
					public class OrderSteps {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user