BlingBag.Specs.when_changing_the_account_name.SimulateGettingAccountFromRepository C# (CSharp) Méthode

SimulateGettingAccountFromRepository() static private méthode

static private SimulateGettingAccountFromRepository ( ) : Account
Résultat Account
    static Account SimulateGettingAccountFromRepository()
    {
        var account = new Account();
            account.NotifyObservers += x => _eventRaised = x;
            return account;
    }
}
when_changing_the_account_name