C# Class ClassLibrary.Tests.StackTest

Show file Open project: snahider/Test-Automation-NET

Private Methods

Method Description
IsEmptyWhenNew ( ) : void
NotIsEmptyWhenPushingAnItem ( ) : void
PopsTheSameItemThatWasPushed ( ) : void
RemovesTheItemWhenPopping ( ) : void
Setup ( ) : void
TheFirstItemPoppedIsTheLastItemPushed ( ) : void
ThrowsExceptionWhenPoppingAnItemItDoesntHold ( ) : void