Skip to content

gb.test some improvements

Christof Thalhofer requested to merge (removed):master into master

Some improvements to gb.test. Assertions in Assert are easier to understand and have no optional Skip and Todo any more. The same with "Body", instead of that Assert.Note can be used.

In a testcontainer the count of Assertions can be predefined by Me.Plan in _New(). Differences between assertions counted and planned lead to No success even if every test was ok.

Testing can be entirely stopped inside a testcontainer by using Me.Bailout().

Merge request reports