OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assertion
(Results
151 - 175
of
1537
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
TrustManagerFactory1Test.java
95
*
Assertion
: returns value which is specifoed in security property
141
*
Assertion
:
165
*
Assertion
: throws IllegalArgumentException when provider is null
192
*
Assertion
:
221
*
Assertion
: throws NoSuchProviderException when provider has
246
*
Assertion
: returns instance of TrustManagerFactory
270
*
Assertion
: throws IllegalArgumentException when provider is null
290
*
Assertion
:
319
*
Assertion
: returns instance of TrustManagerFactory
343
*
Assertion
: created new TrustManagerFactory objec
[
all
...]
/external/gtest/test/
gtest_no_test_unittest.cc
41
// An ad-hoc
assertion
outside of all tests.
45
// 1. It verifies that an ad-hoc
assertion
can be executed even if
48
//
assertion
is executed before RUN_ALL_TESTS() is called, even
/external/protobuf/gtest/test/
gtest_no_test_unittest.cc
41
// An ad-hoc
assertion
outside of all tests.
45
// 1. It verifies that an ad-hoc
assertion
can be executed even if
48
//
assertion
is executed before RUN_ALL_TESTS() is called, even
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java
44
* Test for <code>BadPaddingException()</code> constructor
Assertion
:
55
*
Assertion
: constructs BadPaddingException with detail message msg.
70
*
Assertion
: constructs BadPaddingException when <code>msg</code> is null
ExemptionMechanismExceptionTest.java
50
*
Assertion
: constructs ExemptionMechanismException with no detail message
65
*
Assertion
: constructs ExemptionMechanismException with detail message
85
*
Assertion
: constructs ExemptionMechanismException when <code>msg</code>
IllegalBlockSizeExceptionTest.java
46
*
Assertion
: constructs IllegalBlockSizeException with no detail message
56
*
Assertion
: constructs IllegalBlockSizeException with detail message msg.
71
*
Assertion
: constructs IllegalBlockSizeException when <code>msg</code>
NoSuchPaddingExceptionTest.java
45
* Test for <code>NoSuchPaddingException()</code> constructor
Assertion
:
56
*
Assertion
: constructs NoSuchPaddingException with detail message msg.
71
*
Assertion
: constructs NoSuchPaddingException when <code>msg</code> is
ShortBufferExceptionTest.java
43
* Test for <code>ShortBufferException()</code> constructor
Assertion
:
54
*
Assertion
: constructs ShortBufferException with detail message msg.
69
*
Assertion
: constructs ShortBufferException when <code>msg</code> is
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java
90
*
Assertion
:
114
*
Assertion
: returns AlgorithmParameterGenerator instance
133
*
Assertion
:
160
*
Assertion
: throws NoSuchProviderException if provider is not
185
*
Assertion
:
215
*
Assertion
: return AlgorithmParameterGenerator
236
*
Assertion
: throws IllegalArgumentException when provider is null
257
*
Assertion
:
286
*
Assertion
: returns AlgorithmParameterGenerator object
305
*
Assertion
: returns AlgorithmParameters objec
[
all
...]
InvalidParameterExceptionTest.java
45
*
Assertion
: constructs InvalidParameterException with no detail message
55
*
Assertion
: constructs InvalidParameterException with detail message msg.
70
*
Assertion
: constructs InvalidParameterException when <code>msg</code>
KSSecretKeyEntryTest.java
39
*
Assertion
: throws NullPointerException when secretKey is null
62
*
Assertion
: returns SecretKey from the given entry
72
*
Assertion
: returns non null string
KSTrustedCertificateEntryTest.java
43
*
Assertion
: throws NullPointerException when trustCert is null
65
*
Assertion
: returns trusted Certificate from goven entry
76
*
Assertion
: returns non null string
NoSuchProviderExceptionTest.java
44
* Test for <code>NoSuchProviderException()</code> constructor
Assertion
:
55
*
Assertion
: constructs NoSuchProviderException with detail message msg.
70
*
Assertion
: constructs NoSuchProviderException when <code>msg</code> is
UnrecoverableKeyExceptionTest.java
45
*
Assertion
: constructs UnrecoverableKeyException with no detail message
55
*
Assertion
: constructs UnrecoverableKeyException with detail message msg.
70
*
Assertion
: constructs UnrecoverableKeyException when <code>msg</code>
/libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyFailedExceptionTest.java
50
*
Assertion
: constructs DestroyFailedException with no detail message
60
*
Assertion
: constructs with not null parameter.
73
*
Assertion
: constructs with null parameter.
LoginExceptionTest.java
50
*
Assertion
: constructs LoginException with no detail message
60
*
Assertion
: constructs with not null parameter.
73
*
Assertion
: constructs with null parameter.
/libcore/luni/src/test/java/tests/api/javax/security/cert/
CertificateEncodingExceptionTest.java
44
*
Assertion
: constructs CertificateEncodingException with no detail message
54
*
Assertion
: constructs CertificateEncodingException with detail message
69
*
Assertion
: constructs CertificateEncodingException when <code>msg</code>
CertificateExceptionTest.java
44
* Test for <code>CertificateException()</code> constructor
Assertion
:
55
*
Assertion
: constructs CertificateException with detail message msg.
70
*
Assertion
: constructs CertificateException when <code>msg</code> is
CertificateExpiredExceptionTest.java
45
*
Assertion
: constructs CertificateExpiredException with no detail message
55
*
Assertion
: constructs CertificateExpiredException with detail message
70
*
Assertion
: constructs CertificateExpiredException when <code>msg</code>
CertificateNotYetValidExceptionTest.java
45
*
Assertion
: constructs CertificateNotYetValidException with no detail
56
* constructor
Assertion
: constructs CertificateNotYetValidException with
71
* constructor
Assertion
: constructs CertificateNotYetValidException when
CertificateParsingExceptionTest.java
46
*
Assertion
: constructs CertificateParsingException with no detail message
56
*
Assertion
: constructs CertificateParsingException with detail message
71
*
Assertion
: constructs CertificateParsingException when <code>msg</code>
/libcore/luni/src/test/java/tests/security/cert/
CertPathValidator1Test.java
95
*
Assertion
: returns security property "certpathvalidator.type" or "PKIX"
125
*
Assertion
:
146
*
Assertion
: returns CertPathValidator object
161
*
Assertion
: throws IllegalArgumentException when provider is null or empty
187
*
Assertion
:
209
*
Assertion
:
235
*
Assertion
: returns CertPathValidator object
256
*
Assertion
: throws IllegalArgumentException when provider is null
276
*
Assertion
:
302
*
Assertion
: returns CertPathValidator objec
[
all
...]
CertificateExpiredExceptionTest.java
45
*
Assertion
: constructs CertificateExpiredException with no detail message
55
*
Assertion
: constructs CertificateExpiredException with detail message
70
*
Assertion
: constructs CertificateExpiredException when <code>msg</code>
CertificateNotYetValidExceptionTest.java
45
*
Assertion
: constructs CertificateNotYetValidException with no detail
56
* constructor
Assertion
: constructs CertificateNotYetValidException with
71
* constructor
Assertion
: constructs CertificateNotYetValidException when
/libcore/luni/src/test/java/tests/security/spec/
InvalidParameterSpecExceptionTest.java
45
*
Assertion
: constructs InvalidParameterSpecException with no detail
56
*
Assertion
: constructs InvalidParameterSpecException with detail message
71
*
Assertion
: constructs InvalidParameterSpecException when <code>msg</code>
Completed in 571 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>