C# Class LiskovSubstitutionPrinciple.GoodCounter

Inheritance: ICounter
Afficher le fichier Open project: 7digital/Liskov

Méthodes publiques

Méthode Description
Decrease ( ) : void
GoodCounter ( ) : NUnit.Framework
Increase ( ) : void
InitialCount ( int count ) : void

Method Details

Decrease() public méthode

public Decrease ( ) : void
Résultat void

GoodCounter() public méthode

public GoodCounter ( ) : NUnit.Framework
Résultat NUnit.Framework

Increase() public méthode

public Increase ( ) : void
Résultat void

InitialCount() public méthode

public InitialCount ( int count ) : void
count int
Résultat void