Examples of BookingsBucket


Examples of uk.org.woodcraft.bookings.accounts.BookingsBucket

public class AccountManagerTest {

  @Test
  public void testBookingsBucket()
  {
    BookingsBucket booking1a = new BookingsBucket(AgeGroup.DF, false, 6, 120d);
    BookingsBucket booking1b = new BookingsBucket(AgeGroup.DF, false, 5, 100d);
    assetCompareIsTransitive(booking1a, booking1b);
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.