Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Attributes | Static Public Attributes | List of all members
Smooth.Slinq.Test.SlinqTest Class Reference

Test controller and (de)verifier for Smooth.Slinq. More...

Inheritance diagram for Smooth.Slinq.Test.SlinqTest:

Classes

class  Equals_1< T1, T2 >
 

Public Attributes

int maxCount = 100
 
int maxValue = 100
 
int minCount = 50
 
int minValue = 1
 
int speedLoops = 10
 
bool testCorrectness
 

Static Public Attributes

static readonly DelegateFunc
< Smooth.Algebraics.Tuple< int,
int >, Smooth.Algebraics.Tuple
< int, int >, bool > 
eq = (a, b) => a == b
 
static readonly
IEqualityComparer
< Smooth.Algebraics.Tuple< int,
int > > 
eq_1 = new Equals_1<int, int>()
 
static readonly DelegateFunc
< Smooth.Algebraics.Tuple< int,
int, int >
, Smooth.Algebraics.Tuple< int,
int, int >, bool > 
eq_t3 = (a, b) => a == b
 
static int loops = 1
 
static readonly StringBuilder stringBuilder = new StringBuilder()
 
static readonly DelegateFunc
< Smooth.Algebraics.Tuple< int,
int >, int > 
to_1 = t => t.Item1
 
static readonly Func
< Smooth.Algebraics.Tuple< int,
int >, int > 
to_1f = t => t.Item1
 
static List
< Smooth.Algebraics.Tuple< int,
int > > 
tuples1 = new List<Smooth.Algebraics.Tuple<int, int>>()
 
static List
< Smooth.Algebraics.Tuple< int,
int > > 
tuples2 = new List<Smooth.Algebraics.Tuple<int, int>>()
 

Detailed Description

Test controller and (de)verifier for Smooth.Slinq.

Member Data Documentation

readonly DelegateFunc<Smooth.Algebraics.Tuple<int, int>, Smooth.Algebraics.Tuple<int, int>, bool> Smooth.Slinq.Test.SlinqTest.eq = (a, b) => a == b
static
readonly IEqualityComparer<Smooth.Algebraics.Tuple<int, int> > Smooth.Slinq.Test.SlinqTest.eq_1 = new Equals_1<int, int>()
static
readonly DelegateFunc<Smooth.Algebraics.Tuple<int, int, int>, Smooth.Algebraics.Tuple<int, int, int>, bool> Smooth.Slinq.Test.SlinqTest.eq_t3 = (a, b) => a == b
static
int Smooth.Slinq.Test.SlinqTest.loops = 1
static
int Smooth.Slinq.Test.SlinqTest.maxCount = 100
int Smooth.Slinq.Test.SlinqTest.maxValue = 100
int Smooth.Slinq.Test.SlinqTest.minCount = 50
int Smooth.Slinq.Test.SlinqTest.minValue = 1
int Smooth.Slinq.Test.SlinqTest.speedLoops = 10
readonly StringBuilder Smooth.Slinq.Test.SlinqTest.stringBuilder = new StringBuilder()
static
bool Smooth.Slinq.Test.SlinqTest.testCorrectness
readonly DelegateFunc<Smooth.Algebraics.Tuple<int, int>, int> Smooth.Slinq.Test.SlinqTest.to_1 = t => t.Item1
static
readonly Func<Smooth.Algebraics.Tuple<int, int>, int> Smooth.Slinq.Test.SlinqTest.to_1f = t => t.Item1
static
List<Smooth.Algebraics.Tuple<int, int> > Smooth.Slinq.Test.SlinqTest.tuples1 = new List<Smooth.Algebraics.Tuple<int, int>>()
static
List<Smooth.Algebraics.Tuple<int, int> > Smooth.Slinq.Test.SlinqTest.tuples2 = new List<Smooth.Algebraics.Tuple<int, int>>()
static

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