Class AccountRepositoryTest

Concrete implementation of Account repository interface for tests

class AccountRepositoryTest
  : IAccountRepository ;

Constructors

NameDescription
this

Fields

NameTypeDescription
repository vibe.data.bson.Bson

Methods

NameDescription
get Returns all user accounts
get Returns user account with email
get Returns all user accounts with display name
post Submits new user to db
put Updates existing user's details in db
remove Removes existing user from db
get
post
put
remove