Searched refs:getType1 (Results 1 – 3 of 3) sorted by relevance
390 private static TestSessionBuilder getType1() { in getType1() method in NativeSslSessionTest421 assertValidSession(getType1().build()); in toSession_Type1_Valid_Success()537 assertValidSession(getType1().setType(0x02).setOcspDataEmpty().build()); in toSession_Type2OcspDataEmpty_Success()548 getType1().setType(0x03).setOcspDataEmpty().setTlsSctDataEmpty().build()); in toSession_Type3OcspAndTlsSctDataEmpty_Success()559 assertTrailingDataFails(getType1().build()); in toSession_Type1TrailingData_Failure()579 check_reserializableFromByteArray_roundTrip(getType1().build(), new byte[8]); in test_reserializableFromByteArray_roundTrip_type1()
386 private static TestSessionBuilder getType1() { in getType1() method in NativeSslSessionTest417 assertValidSession(getType1().build()); in toSession_Type1_Valid_Success()533 assertValidSession(getType1().setType(0x02).setOcspDataEmpty().build()); in toSession_Type2OcspDataEmpty_Success()544 getType1().setType(0x03).setOcspDataEmpty().setTlsSctDataEmpty().build()); in toSession_Type3OcspAndTlsSctDataEmpty_Success()555 assertTrailingDataFails(getType1().build()); in toSession_Type1TrailingData_Failure()575 check_reserializableFromByteArray_roundTrip(getType1().build(), new byte[8]); in test_reserializableFromByteArray_roundTrip_type1()
31 public void getType1() { in getType1() method in ParameterizedRobolectricTestRunnerConfigTest