File tree Expand file tree Collapse file tree 6 files changed +46
-0
lines changed Expand file tree Collapse file tree 6 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ VERSION 1.0 CLASS
2
+ BEGIN
3
+ MultiUse = -1 'True
4
+ END
5
+ Attribute VB_Name = "ArithmeticTests"
6
+ Attribute VB_GlobalNameSpace = False
7
+ Attribute VB_Creatable = False
8
+ Attribute VB_PredeclaredId = False
9
+ Attribute VB_Exposed = False
1
10
Implements iTestCase
2
11
3
12
Dim M As New Matrix
Original file line number Diff line number Diff line change
1
+ VERSION 1.0 CLASS
2
+ BEGIN
3
+ MultiUse = -1 'True
4
+ END
5
+ Attribute VB_Name = "LetGetTest"
6
+ Attribute VB_GlobalNameSpace = False
7
+ Attribute VB_Creatable = False
8
+ Attribute VB_PredeclaredId = False
9
+ Attribute VB_Exposed = False
1
10
Implements iTestCase
2
11
3
12
Dim M As New Matrix
Original file line number Diff line number Diff line change
1
+ VERSION 1.0 CLASS
2
+ BEGIN
3
+ MultiUse = -1 'True
4
+ END
5
+ Attribute VB_Name = "MatrixTestConfig"
6
+ Attribute VB_GlobalNameSpace = False
7
+ Attribute VB_Creatable = False
8
+ Attribute VB_PredeclaredId = False
9
+ Attribute VB_Exposed = False
1
10
Implements iTestableProject
2
11
3
12
Dim bOutputFailures As Boolean
Original file line number Diff line number Diff line change
1
+ VERSION 1.0 CLASS
2
+ BEGIN
3
+ MultiUse = -1 'True
4
+ END
5
+ Attribute VB_Name = "PropertyTests"
6
+ Attribute VB_GlobalNameSpace = False
7
+ Attribute VB_Creatable = False
8
+ Attribute VB_PredeclaredId = False
9
+ Attribute VB_Exposed = False
1
10
Implements iTestCase
2
11
3
12
Dim M As New Matrix
Original file line number Diff line number Diff line change
1
+ VERSION 1.0 CLASS
2
+ BEGIN
3
+ MultiUse = -1 'True
4
+ END
5
+ Attribute VB_Name = "TransformationTests"
6
+ Attribute VB_GlobalNameSpace = False
7
+ Attribute VB_Creatable = False
8
+ Attribute VB_PredeclaredId = False
9
+ Attribute VB_Exposed = False
1
10
Implements iTestCase
2
11
3
12
Dim M As Matrix
Original file line number Diff line number Diff line change
1
+ Attribute VB_Name = "MatrixUnitTests"
1
2
Public Function RunTests ()
2
3
3
4
Dim TestConfig As iTestableProject
You can’t perform that action at this time.
0 commit comments