mirror of
				https://github.com/bspeice/UNCCGameDay-Test
				synced 2025-11-03 18:00:44 -05:00 
			
		
		
		
	Code to test fetching an individual lot.
This commit is contained in:
		@ -40,7 +40,7 @@ public class RegistrationClientTest extends AndroidTestCase {
 | 
			
		||||
		assertTrue((lots.size() > 0));
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public void testListLot() {
 | 
			
		||||
	public void testFetchLot() {
 | 
			
		||||
		RegistrationClient rc = new RegistrationClient(this.mContext);
 | 
			
		||||
		ParkingLot lot = rc.listLot(ParkingChoices.BLUE);
 | 
			
		||||
		assertTrue(lot.getLocation().getValue() == ParkingChoices.BLUE.getValue());
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user