C# Class Scalesque.EitherOr.When_extracting

Inheritance: UnitTestBase
Datei anzeigen 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_oe property

protected Either left
return string>.Either

right protected_oe property

protected Either right
return string>.Either