代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/180227/5287745
c 3-17.c
/*
* Test case for assertion #3 of the sigaction system call that shows
* calling sigaction with a null act argument does not change the
* signal handler.
*
* Steps:
* 1. Initialize global vari
www.eeworm.com/read/292670/3950511
c 3-17.c
/*
* Test case for assertion #3 of the sigaction system call that shows
* calling sigaction with a null act argument does not change the
* signal handler.
*
* Steps:
* 1. Initialize global vari
www.eeworm.com/read/382361/2637572
c 3-17.c
/*
* Test case for assertion #3 of the sigaction system call that shows
* calling sigaction with a null act argument does not change the
* signal handler.
*
* Steps:
* 1. Initialize global vari
www.eeworm.com/read/450617/7480030
java assert.java
package 旅游行程方案;
// package gjt;
/**
* A simple assertion mechanism for asserting validity of
* arguments.
*
* @version 1.0, Apr 1 1996
* @author David Geary
*/
class Assert {
www.eeworm.com/read/117227/6104861
properties messagesbundle.properties
# Localized error messages for gnu.regexp
# Prefix for REException messages
error.prefix=At position {0} in regular expression pattern:
# REException (parse error) messages
repeat.assertion=repeated
www.eeworm.com/read/101594/6236250
properties messagesbundle.properties
# Localized error messages for gnu.regexp
# Prefix for REException messages
error.prefix=At position {0} in regular expression pattern:
# REException (parse error) messages
repeat.assertion=repeated
www.eeworm.com/read/13871/284490
m assert.m
function assert(pred, str)
% ASSERT Raise an error if the predicate is not true.
% assert(pred, string)
if nargin
www.eeworm.com/read/490551/1197555
txt changelog.txt
TRACING
- Tracing is now color coded by trace level
- Traces are now prefixed with the Test Page and Test Function from which the trace is made
ASSERTION FUNCTIONS
- assertArrayEquals(array1, ar
www.eeworm.com/read/470720/1452241
c assert2.c
/* Malformed assertion tests. */
/* { dg-do preprocess } */
#assert /* { dg-error "without predicate" "assert w/o predicate" } */
#assert % /* { dg-error "an identifier" "assert punctuation" } */
#
www.eeworm.com/read/470693/1464187
c assert2.c
/* Malformed assertion tests. */
/* { dg-do preprocess } */
#assert /* { dg-error "without predicate" "assert w/o predicate" } */
#assert % /* { dg-error "an identifier" "assert punctuation" } */
#