File tree Expand file tree Collapse file tree
Assets/APIExamples/Tests/Editor/UnityTestFramework Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - 6000.0.59f2 # pin test-framework v1.6.0
4747 - 6000.0.78f1
4848 - 6000.3.18f1
49- - &latest_unity_version 6000.5.1f1
49+ - &latest_unity_version 6000.5.1f1 # pin test-framework v1.7.0
5050 testMode :
5151 - All # run tests in editor
5252 include :
Original file line number Diff line number Diff line change @@ -61,11 +61,19 @@ public async Task Unity6000_1_0f1から6000_2_5f1まで_TestFrameworkはv1_5_1
6161 }
6262
6363 [ Test ]
64- [ UnityVersion ( newerThanOrEqual : "6000.2.6f1" ) ]
65- public async Task Unity6000_2_6f1以降_TestFrameworkはv1_6_0固定 ( )
64+ [ UnityVersion ( newerThanOrEqual : "6000.2.6f1" , olderThan : "6000.5.0f1" ) ]
65+ public async Task Unity6000_2_6f1から6000_5_0f1まで_TestFrameworkはv1_6_0固定 ( )
6666 {
6767 var actual = await GetTestFrameworkPackageVersionAsync ( ) ;
6868 Assert . That ( actual , Is . EqualTo ( "1.6.0" ) ) ;
6969 }
70+
71+ [ Test ]
72+ [ UnityVersion ( newerThanOrEqual : "6000.5.0f1" ) ]
73+ public async Task Unity6000_5_0f1以降_TestFrameworkはv1_7_0固定 ( )
74+ {
75+ var actual = await GetTestFrameworkPackageVersionAsync ( ) ;
76+ Assert . That ( actual , Is . EqualTo ( "1.7.0" ) ) ;
77+ }
7078 }
7179}
You can’t perform that action at this time.
0 commit comments