Class AccountFixture

  • All Implemented Interfaces:
    FixtureValues

    public class AccountFixture
    extends java.lang.Object
    implements FixtureValues
    Fixtures for Accounts.
    • Field Detail

      • ACCOUNT_COMPARATOR

        public static final java.util.Comparator<de.japrost.jabudget.domain.account.Account> ACCOUNT_COMPARATOR
        Comparator based on id.
    • Constructor Detail

      • AccountFixture

        public AccountFixture()
    • Method Detail

      • defaultAccount

        public static de.japrost.jabudget.domain.account.Account defaultAccount()
        Returns:
        a simple full blown account.
      • alternateAccount

        public static de.japrost.jabudget.domain.account.Account alternateAccount()
        Returns:
        an alternate full blown account.