Home
last modified time | relevance | path

Searched refs:_testCase (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/MonoTests.System.Data.Utils/
H A DGHTBase.cs106 return this._testCase.Success; in Compare()
115 return this._testCase.Success; in Compare()
124 return this._testCase.Success; in Compare()
131 return this._testCase.Success; in Compare()
221 this._testCase.Success = true; in Compare()
288 if(_testCase == null) in EndCase()
297 _testCase.Success=false; in EndCase()
299 _testCase = null; in EndCase()
316 _testCase = null; in EndCase()
381 return _testCase.CaseNumber;
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Xunit.NetCore.Extensions/
H A DSkippedTestCase.cs18 private readonly IXunitTestCase _testCase; field in Xunit.NetCore.Extensions.SkippedTestCase
23 _testCase = testCase; in SkippedTestCase()
27 public string DisplayName { get { return _testCase.DisplayName; } }
29 public IMethodInfo Method { get { return _testCase.Method; } }
33 … ISourceInformation SourceInformation { get { return _testCase.SourceInformation; } set { _testCas…
35 public ITestMethod TestMethod { get { return _testCase.TestMethod; } }
37 public object[] TestMethodArguments { get { return _testCase.TestMethodArguments; } }
39 public Dictionary<string, List<string>> Traits { get { return _testCase.Traits; } }
41 public string UniqueID { get { return _testCase.UniqueID; } }
43 public void Deserialize(IXunitSerializationInfo info) { _testCase.Deserialize(info); } in Deserialize()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/trial/_dist/
H A Dworker.py74 self._result.addSuccess(self._testCase)
107 self._result.addError(self._testCase, failure)
118 self._result.addFailure(self._testCase, failure)
128 self._result.addSkip(self._testCase, reason)
139 self._result.addExpectedFailure(self._testCase, error, _todo)
149 self._result.addUnexpectedSuccess(self._testCase, todo)
170 self._result.stopTest(self._testCase)
178 self._testCase = testCase
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCasesRunner/
H A DTestCaseSandbox.cs10 protected readonly TestCase _testCase; field in Mono.Linker.Tests.TestCasesRunner.TestCaseSandbox
30 _testCase = testCase; in TestCaseSandbox()
62 _testCase.SourceFile.Copy (_directory); in Populate()
64 if (_testCase.HasLinkXmlFile) in Populate()
65 _testCase.LinkXmlFile.Copy (InputDirectory); in Populate()
H A DTestCaseMetadaProvider.cs12 protected readonly TestCase _testCase; field in Mono.Linker.Tests.TestCasesRunner.TestCaseMetadaProvider
18 _testCase = testCase; in TestCaseMetadaProvider()
21 …_testCaseTypeDefinition = fullTestCaseAssemblyDefinition.MainModule.GetType (_testCase.Reconstruct… in TestCaseMetadaProvider()
139 var fullSource = _testCase.SourceFile.Parent.Combine (relativeSource); in GetSourceAndRelativeDestinationValue()
153 …SourceFiles = ((CustomAttributeArgument []) ctorArguments [1].Value).Select (arg => _testCase.Sour… in CreateSetupCompileAssemblyInfo()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/trial/_dist/
H A Dworker.py74 self._result.addSuccess(self._testCase)
106 self._result.addError(self._testCase, failure)
116 self._result.addFailure(self._testCase, failure)
125 self._result.addSkip(self._testCase, reason)
135 self._result.addExpectedFailure(self._testCase, error, _todo)
144 self._result.addUnexpectedSuccess(self._testCase, todo)
163 self._result.stopTest(self._testCase)
170 self._testCase = testCase
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_test_case_info.cpp49 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
89 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
97 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
97 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
96 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
97 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
97 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
97 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_test_case_info.hpp51 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
93 return TestCase( _testCase, info ); in makeTestCase()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_test_case_info.hpp53 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
95 return TestCase( _testCase, info ); in makeTestCase()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_test_case_info.hpp51 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
93 return TestCase( _testCase, info ); in makeTestCase()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_test_case_info.hpp53 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
95 return TestCase( _testCase, info ); in makeTestCase()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/trial/
H A D_synctest.py279 self._testCase = testCase
311 self._testCase.fail(
333 self._testCase.fail(
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/test/
H A Dtest_resolver.py185 self._testCase = testCase
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp4269 struct _testCase struct in gl4cts::EnhancedLayouts::XFBGlobalBufferTest
4276 std::vector<_testCase> m_test_cases;
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/test/unit/
H A Dcatch.hpp6339 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
6380 return TestCase( _testCase, info ); in makeTestCase()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/Tests/
H A Dcatch.hpp7529 TestCase makeTestCase(ITestCase* _testCase, std::string const& _className, in makeTestCase() argument
7574 return TestCase(_testCase, info); in makeTestCase()
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/
H A Dcatch.hpp6598 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
6640 return TestCase( _testCase, info ); in makeTestCase()
/dports/devel/cltune/CLTune-2.7.0/test/
H A Dcatch.hpp6598 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
6640 return TestCase( _testCase, info ); in makeTestCase()
/dports/biology/vcflib/vcflib-1.0.2/intervaltree/
H A Dcatch.hpp7094 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
7136 return TestCase( _testCase, info ); in makeTestCase()

1234567