代码搜索:Failures
找到约 317 项符合「Failures」的源代码
代码结果 317
www.eeworm.com/read/451866/1659189
java testfailure.java
package momeunit.framework;
/**
* Describes a test failure or error. There are two kinds of test failures:
*
* failure - anticipated error checked with assertions.
www.eeworm.com/read/209036/4987844
java weaktestresult.java
/*
* Created on Sep 22, 2004
*
*/
package org.placelab.test;
/**
* @author iesmith
*
*/
public abstract class WeakTestResult {
protected int failures = 0;
protected int successes = 0;
pro
www.eeworm.com/read/204986/5026825
java weaktestresult.java
/*
* Created on Sep 22, 2004
*
*/
package org.placelab.test;
/**
* @author iesmith
*
*/
public abstract class WeakTestResult {
protected int failures = 0;
protected int successes = 0;
pro
www.eeworm.com/read/108729/15577796
c keymanagetest.c
/*
* keymanagetest.c
*
* Expected SUCCESSes: 2 + 2 + 3 for all tests.
*
* Returns:
* Number of FAILUREs.
*
*
* FIX Or how about passing a usmUser name and looking up the entry as
*
www.eeworm.com/read/421857/10689043
txt mastering the windows xp registry.txt
Mastering The Windows XP Registry
The Recovery Console
The Windows XP Recovery Console is a tool that allows recovery from a number of failures. Previously, all you could do was boot another copy
www.eeworm.com/read/421857/10690634
txt mastering the windows xp registry.txt
Mastering The Windows XP Registry
The Recovery Console
The Windows XP Recovery Console is a tool that allows recovery from a number of failures. Previously, all you could do was boot another copy
www.eeworm.com/read/418731/10933650
txt mastering the windows xp registry.txt
Mastering The Windows XP Registry
The Recovery Console
The Windows XP Recovery Console is a tool that allows recovery from a number of failures. Previously, all you could do was boot another copy
www.eeworm.com/read/140411/5792387
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/123279/6061794
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/123453/14631975
h gwmem.h
/*
* gwmem.h
*
* This is a simple malloc()-wrapper. It does not return NULLs but
* instead panics.
*
* We have two wrappers. One that just checks for allocation failures and
* panics if they ha