IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Test.IntervalTest Class Reference

This is a test class for IntervalTest and is intended to contain all IntervalTest Unit Tests /summary> More...

Public Member Functions

void IntervalZeroWidth ()
 
void IntervalWidth ()
 
void IntervalEndpoints ()
 
void ToTest ()
 
void IntervalMidpoint ()
 
void FromTest ()
 A test for From /summary> More...
 
void IntervalOpenContains ()
 
void IntervalFromMidpointAndWidth ()
 
void IntervalFromEndpoints ()
 
void IntervalClosedContains ()
 

Properties

TestContext TestContext [get, set]
 Gets or sets the test context which provides information about and functionality for the current test run. /summary> More...
 

Private Attributes

TestContext testContextInstance
 
double a = -3.1
 
double b = -2.0
 
double c = 2.7
 
double d = 5.1
 

Detailed Description

This is a test class for IntervalTest and is intended to contain all IntervalTest Unit Tests /summary>

Member Function Documentation

void Test.IntervalTest.IntervalWidth ( )
inline
void Test.IntervalTest.IntervalEndpoints ( )
inline
void Test.IntervalTest.ToTest ( )
inline
void Test.IntervalTest.IntervalMidpoint ( )
inline
void Test.IntervalTest.FromTest ( )
inline
void Test.IntervalTest.IntervalOpenContains ( )
inline
void Test.IntervalTest.IntervalClosedContains ( )
inline

Member Data Documentation

TestContext Test.IntervalTest.testContextInstance
private
double Test.IntervalTest.a = -3.1
private
double Test.IntervalTest.b = -2.0
private
double Test.IntervalTest.c = 2.7
private
double Test.IntervalTest.d = 5.1
private

Property Documentation

TestContext Test.IntervalTest.TestContext
getset

Gets or sets the test context which provides information about and functionality for the current test run. /summary>


The documentation for this class was generated from the following file: