C# Class Scalesque.EitherOr.When_extracting

Inheritance: UnitTestBase
Show file Open project: NoelKennedy/scalesque

Protected Properties

Property Type Description
left string>.Either
right string>.Either

Public Methods

Method Description
Given ( ) : void

Method Details

Given() public method

public Given ( ) : void
return void

Property Details

left protected property

protected Either left
return string>.Either

right protected property

protected Either right
return string>.Either