CausewayPasswords Returns random Password values, of fixed length. API CausewayPasswords.java class CausewayPasswords { CausewayPasswords(FakeDataService fakeDataService) Password any() (1) Password any(int numCharacters) } 1 any() Returns a Password of 12 characters length. Members any() Returns a Password of 12 characters length.