Home
last modified time | relevance | path

Searched refs:Expectations (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/
H A DCompositionResultTest.cs58 var errors = Expectations.GetCompositionErrors(); in Constructor2_ValuesAsErrorsArgument_ShouldSetErrorsProperty()
71 var errors = Expectations.GetCompositionErrors(); in Constructor3_ValuesAsErrorsArgument_ShouldSetErrorsProperty()
124 var errors = Expectations.GetCompositionErrors(); in Constructor2_ValuesAsErrorsArgument_ShouldSetSucceededPropertyToTrueIfThereAreErrors()
144 var errors = Expectations.GetCompositionErrors(); in Constructor3_ValuesAsErrorsArgument_ShouldSetSucceededPropertyToTrueIfThereAreErrors()
167 var expectations = Expectations.GetCompositionErrors(); in MergeResult_ResultWithNullErrorsAsResultArgument_ShouldReturnResultWithSameErrors()
185 var expectations = Expectations.GetCompositionErrors(); in MergeResult_ResultWithEmptyErrorsAsResultArgument_ShouldReturnResultWithSameErrors()
200 var expectations = Expectations.GetCompositionErrors(); in MergeResult_ResultWithErrorsAsResultArgument_ShouldReturnResultWithCombinedErrors()
273 var expectations = Expectations.GetCompositionErrors(); in MergeErrors_ValueAsErrorArgumentWhenMergedWithResultWithNullErrors_ShouldReturnResultWithCombinedErrors()
289 var expectations = Expectations.GetCompositionErrors(); in MergeErrors_ValueAsErrorArgumentWhenMergedWithResultWithEmptyErrors_ShouldReturnResultWithCombinedErrors()
305 var expectations = Expectations.GetCompositionErrors(); in MergeErrors_ValueAsErrorArgumentWhenMergedWithResultWithErrors_ShouldReturnResultWithCombinedErrors()
[all …]
H A DCompositionResultOfTTest.cs82 var errors = Expectations.GetCompositionErrors(); in Constructor3_ValuesAsErrorsArgument_ShouldSetErrorsProperty()
95 var errors = Expectations.GetCompositionErrors(); in Constructor4_ValuesAsErrorsArgument_ShouldSetErrorsProperty()
108 var errors = Expectations.GetCompositionErrors(); in Constructor5_ValuesAsErrorsArgument_ShouldSetErrorsProperty()
185 var errors = Expectations.GetCompositionErrors(); in Constructor3_ValuesAsErrorsArgument_ShouldSetSucceededPropertyToTrueIfThereAreErrors()
205 var errors = Expectations.GetCompositionErrors(); in Constructor4_ValuesAsErrorsArgument_ShouldSetSucceededPropertyToTrueIfThereAreErrors()
225 var errors = Expectations.GetCompositionErrors(); in Constructor5_ValuesAsErrorsArgument_ShouldSetSucceededPropertyToTrueIfThereAreErrors()
265 var expectations = Expectations.GetCompositionErrors(); in ToResult_ValueAsErrorsArgument_ShouldReturnResultWithErrorsPropertySet()
300 var expectations = Expectations.GetCompositionErrors(); in ToResultOfT_ValueAsErrorsArgument_ShouldReturnResultWithErrorsPropertySet()
315 var expectations = Expectations.GetObjectsReferenceTypes(); in ToResultOfT_ReferenceValueAsValueArgument_ShouldReturnResultWithNullValueProperty()
330 var expectations = Expectations.GetObjectsValueTypes(); in ToResultOfT_ValueTypeValueAsValueArgument_ShouldReturnResultWithNullValueProperty()
[all …]
H A DComposablePartExceptionTests.cs89 var expectations = Expectations.GetExceptionMessages(); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
102 var expectations = Expectations.GetExceptionMessages(); in Constructor3_ValueAsMessageArgument_ShouldSetMessageProperty()
115 var expectations = Expectations.GetExceptionMessages(); in Constructor4_ValueAsMessageArgument_ShouldSetMessageProperty()
128 var expectations = Expectations.GetExceptionMessages(); in Constructor5_ValueAsMessageArgument_ShouldSetMessageProperty()
141 var expectations = Expectations.GetExceptionMessages(); in Constructor6_ValueAsMessageArgument_ShouldSetMessageProperty()
154 var expectations = Expectations.GetExceptionMessages(); in Constructor7_ValueAsMessageArgument_ShouldSetMessageProperty()
167 var expectations = Expectations.GetExceptionMessages(); in Constructor8_ValueAsMessageArgument_ShouldSetMessageProperty()
265 var expectations = Expectations.GetInnerExceptions(); in Constructor4_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
278 var expectations = Expectations.GetInnerExceptions(); in Constructor5_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
291 var expectations = Expectations.GetInnerExceptions(); in Constructor7_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
[all …]
H A DCompositionErrorTests.cs57 var expectations = Expectations.GetExceptionMessages(); in Constructor1_ValueAsMessageArgument_ShouldSetMessageProperty()
69 var expectations = Expectations.GetExceptionMessages(); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
82 var expectations = Expectations.GetExceptionMessages(); in Constructor3_ValueAsMessageArgument_ShouldSetMessageProperty()
94 var expectations = Expectations.GetExceptionMessages(); in Constructor4_ValueAsMessageArgument_ShouldSetMessageProperty()
106 var expectations = Expectations.GetExceptionMessages(); in Constructor5_ValueAsMessageArgument_ShouldSetMessageProperty()
158 var expectations = Expectations.GetInnerExceptions(); in Constructor3_ValueAsExceptionArgument_ShouldSetExceptionProperty()
170 var expectations = Expectations.GetInnerExceptions(); in Constructor4_ValueAsExceptionArgument_ShouldSetExceptionProperty()
182 var expectations = Expectations.GetInnerExceptions(); in Constructor5_ValueAsExceptionArgument_ShouldSetExceptionProperty()
234 var expectations = Expectations.GetInnerExceptions(); in Constructor3_ValueAsExceptionArgument_ShouldSetInnerExceptionProperty()
246 var expectations = Expectations.GetInnerExceptions(); in Constructor4_ValueAsExceptionArgument_ShouldSetInnerExceptionProperty()
[all …]
H A DContractBasedImportDefinitionTests.cs149 var expectations = Expectations.GetEnumValues<ImportCardinality>(); in Constructor2_ValueAsCardinalityArgument_ShouldSetCardinalityProperty()
162 var expectations = Expectations.GetContractNames(); in Constructor2_ValueAsContractNameArgument_ShouldSetContractNameProperty()
175 var expectations = Expectations.GetRequiredMetadataWithEmpty(); in Constructor2_ValueAsRequiredMetadataArgument_ShouldSetRequiredMetadataProperty()
188 var expectations = Expectations.GetMetadata(); in Constructor2_ValueAsMetadataArgument_ShouldSetMetadataProperty()
201 var expectations = Expectations.GetBooleans(); in Constructor2_ValueAsIsRecomposableArgument_ShouldSetIsRecomposableProperty()
214 var expectations = Expectations.GetBooleans(); in Constructor2_ValueAsIsPrerequisiteArgument_ShouldSetIsPrerequisiteProperty()
227 var expectations = Expectations.GetEnumValues<CreationPolicy>(); in Constructor2_ShouldSetRequiredCreationPolicyToAny()
240 var expectations = Expectations.GetContractNames(); in Constraint_ShouldIncludeContractNameProperty()
253 var expectations = Expectations.GetRequiredMetadataWithEmpty(); in Constraint_ShouldIncludeRequiredMetadataProperty()
266 var expectations = Expectations.GetContractNames(); in Constraint_ShouldIncludeOverriddenContractNameProperty()
[all …]
H A DExportDefinitionTests.cs54 var expectations = Expectations.GetContractNames(); in Constructor2_ValueAsContractNameArgument_ShouldSetContractNameProperty()
97 var expectations = Expectations.GetMetadata(); in Constructor2_DictionaryAsMetadataArgument_ShouldSetMetadataProperty()
132 var expectations = Expectations.GetContractNames(); in ToString_ShouldReturnContractNameProperty()
145 var expectations = Expectations.GetContractNamesWithEmpty(); in ToString_ShouldReturnOverriddenContractNameProperty()
H A DExportMetadataAttributeTests.cs30 var expectations = Expectations.GetMetadataNames(); in Constructor_ValueAsNameArgument_ShouldSetNameProperty()
43 var expectations = Expectations.GetMetadataValues(); in Constructor_ValueAsValueArgument_ShouldSetValueProperty()
56 var expectations = Expectations.GetBooleans(); in IsMultiple_ValueAsValueArgument_ShouldSetPropert()
H A DCompositionErrorDebuggerProxyTests.cs24 var expectations = Expectations.GetInnerExceptionsWithNull(); in Constructor_ValueAsErrorArgument_ShouldSetExceptionProperty()
39 var expectations = Expectations.GetExceptionMessages(); in Constructor_ValueAsErrorArgument_ShouldSetMessageProperty()
54 var expectations = Expectations.GetCompositionElementsWithNull(); in Constructor_ValueAsErrorArgument_ShouldSetElementProperty()
H A DCompositionExceptionTests.cs63 var expectations = Expectations.GetExceptionMessages(); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
76 var expectations = Expectations.GetExceptionMessages(); in Constructor4_ValueAsMessageArgument_ShouldSetMessageProperty()
89 var expectations = Expectations.GetExceptionMessages(); in Constructor5_ValueAsMessageArgument_ShouldSetMessageProperty()
142 var expectations = Expectations.GetInnerExceptions(); in Constructor4_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
155 var expectations = Expectations.GetInnerExceptions(); in Constructor5_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
214 var expectations = Expectations.GetCompositionErrors(); in Constructor2_ValueAsErrorsArgument_ShouldSetErrorsProperty()
272 var expectations = Expectations.GetCompositionErrors(); in Constructor5_ValueAsErrorsArgument_ShouldSetErrorsProperty()
370 var cultures = Expectations.GetCulturesForFormatting(); in Message_ShouldFormatCountOfRootCausesUsingTheCurrentCulture()
H A DCardinalityMismatchExceptionTests.cs39 var expectations = Expectations.GetExceptionMessages(); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
52 var expectations = Expectations.GetExceptionMessages(); in Constructor3_ValueAsMessageArgument_ShouldSetMessageProperty()
89 var expectations = Expectations.GetInnerExceptions(); in Constructor3_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
H A DContractMismatchExceptionTests.cs39 var expectations = Expectations.GetExceptionMessages(); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
52 var expectations = Expectations.GetExceptionMessages(); in Constructor3_ValueAsMessageArgument_ShouldSetMessageProperty()
89 var expectations = Expectations.GetInnerExceptions(); in Constructor3_ValueAsInnerExceptionArgument_ShouldSetInnerExceptionProperty()
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/jmock/
H A DSuiteExpectations.scala20 import org.jmock.Expectations
26 …def expectSingleTestToPass(expectations: Expectations, reporter: Reporter) = expectNTestsToPass(ex…
27 …def expectSingleTestToFail(expectations: Expectations, reporter: Reporter) = expectNTestsToFail(ex…
29 def expectNTestsToPass(expectations: Expectations, n: Int, reporter: Reporter) = {
35 def expectNTestsToFail(expectations: Expectations, n: Int, reporter: Reporter) = {
41 def expectNTestsToRun(expectations: Expectations, n: Int, reporter: Reporter)(f: => Unit) = {
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-expectations-0.8.2/
H A Dhspec-expectations.cabal33 Test.Hspec.Expectations
34 Test.Hspec.Expectations.Contrib
36 Test.Hspec.Expectations.Matcher
53 Test.Hspec.Expectations.MatcherSpec
55 Test.Hspec.Expectations
56 Test.Hspec.Expectations.Contrib
57 Test.Hspec.Expectations.Matcher
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/
H A DCentralAnalyzerTest.java20 import mockit.Expectations;
61 new Expectations() { in testFetchMavenArtifactsWithoutException() method
84 new Expectations() { in testFetchMavenArtifactsWithSporadicIOException() method
107 new Expectations() { in testFetchMavenArtifactsRethrowsFileNotFoundException() method
127 new Expectations() { in testFetchMavenArtifactsAlwaysThrowsIOException() method
147 new Expectations() { in testFetchMavenArtifactsAlwaysThrowsIOExceptionLetsTheAnalysisFail() method
176 new Expectations() { in specifySha1SumFor() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dsite_isolation_policy_browsertest.cc33 struct Expectations { struct in SiteIsolationPolicyBrowserTest
38 void CheckExpectations(Expectations* expectations, size_t count) { in CheckExpectations()
48 void CheckIsolatedOriginExpectations(Expectations* expectations, in CheckIsolatedOriginExpectations()
151 Expectations expectations[] = { in IN_PROC_BROWSER_TEST_F()
161 Expectations expectations[] = { in IN_PROC_BROWSER_TEST_F()
183 Expectations expectations2[] = { in IN_PROC_BROWSER_TEST_F()
195 Expectations expectations[] = { in IN_PROC_BROWSER_TEST_F()
241 Expectations expectations[] = { in IN_PROC_BROWSER_TEST_F()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/
H A DAnalysisTaskTest.java3 import mockit.Expectations;
39 new Expectations() {{ in shouldAnalyzeReturnsTrueIfTheFileTypeAnalyzersAcceptsTheDependency() method
56 new Expectations() {{ in shouldAnalyzeReturnsFalseIfTheFileTypeAnalyzerDoesNotAcceptTheDependency() method
73 new Expectations(analysisTask) {{ in taskAnalyzes() method
89 new Expectations(analysisTask) {{ in taskDoesNothingIfItShouldNotAnalyze() method
H A DEngineTest.java20 import mockit.Expectations;
80 new Expectations() { in exceptionDuringAnalysisTaskExecutionIsFatal() method
90 new Expectations(instance) { in exceptionDuringAnalysisTaskExecutionIsFatal() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Primitives/
H A DCompositionElementTests.cs15 var expectations = Expectations.GetObjectsReferenceTypes(); in Constructor_ValueAsUnderlyingObjectArgument_ShouldSetUnderlyingObjectProperty()
28 var expectations = Expectations.GetObjectsReferenceTypes(); in Constructor_ValueAsUnderlyingObjectArgument_ShouldSetDisplayNamePropertyToUnderlyingObjectToString()
41 var expectations = Expectations.GetObjectsReferenceTypes(); in Constructor_ValueAsUnderlyingObjectArgument_ShouldSetOriginToUnknown()
55 var expectations = Expectations.GetObjectsReferenceTypes(); in ToString_ShouldReturnDisplayNameProperty()
H A DCompositionElementDebuggerProxyTests.cs24 var expectations = Expectations.GetObjectsReferenceTypes(); in Constructor_ValueAsElementArgument_ShouldSetDisplayNameProperty()
39 var expectations = Expectations.GetObjectsReferenceTypes(); in Constructor_ValueAsElementArgument_ShouldSetOriginProperty()
54 var expectations = Expectations.GetObjectsReferenceTypes(); in Constructor_ValueAsElementArgument_ShouldSetUnderlyingObjectProperty()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/beevik/etree/
H A Detree_test.go54 <t:title>Great Expectations</t:title>
146 <title>Great Expectations</title>
267 <t:title>Great Expectations</t:title>
279 <t:title>Great Expectations</t:title>
292 <t:title>Great Expectations</t:title>
305 <t:title>Great Expectations</t:title>
317 <t:title>Great Expectations</t:title>
340 <t:title>Great Expectations</t:title>
352 <title>Great Expectations</title>
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/testng/
H A DTestNGWrapperSuiteSuite.scala22 import org.jmock.Expectations
48 new Expectations() {
76 new Expectations() {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/ReflectionModel/
H A DReflectionMemberExportDefinitionTests.cs104 var contractNames = Expectations.GetContractNamesWithEmpty(); in ICompositionElementDisplayName_ValueAsContractName_ShouldIncludeContractName()
120 var types = Expectations.GetTypes(); in ICompositionElementDisplayName_TypeAsMember_ShouldIncludeMemberDisplayName()
135 var members = Expectations.GetMembers(); in ICompositionElementDisplayName_ValueAsMember_ShouldIncludeMemberDisplayName()
150 var members = Expectations.GetMembers(); in ToString_ShouldReturnDisplayName()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/Mono.Linker.Tests.Cases/TestFramework/
H A DVerifyResourceInAssemblyAttributesBehavior.cs2 using Mono.Linker.Tests.Cases.Expectations.Assertions;
3 using Mono.Linker.Tests.Cases.Expectations.Metadata;
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/Mono.Linker.Tests.Cases/Resources/
H A DNonLinkerEmbeddedResourceHasNoImpact.cs2 using Mono.Linker.Tests.Cases.Expectations.Assertions;
3 using Mono.Linker.Tests.Cases.Expectations.Metadata;
H A DEmbeddedLinkXmlFileIsNotProcessedWhenCoreLinkActionIsSkip.cs2 using Mono.Linker.Tests.Cases.Expectations.Assertions;
3 using Mono.Linker.Tests.Cases.Expectations.Metadata;

12345678910>>...35