代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/115893/14997699
cs mailmessagetest.cs
namespace OpenSmtp.Mail.Test {
/******************************************************************************
Copyright 2001-2004 Ian Stallings
OpenSmtp.Net is free software; you can redistrib
www.eeworm.com/read/214343/15105166
java failedassertion.java
package structure;
/**
* This error is thrown by the Assert class in the event of any failed
* assertion test. Errors are thrown rather than exceptions because
* failed assertions are assumed to be
www.eeworm.com/read/214184/15111371
cpp mydebug.cpp
// Copyright (C) 2005 Sean E. Covel All Rights Reserved.
//
// Created by Sean E. Covel based on UltraVNC's excellent TestPlugin project.
//
//
// This program is free software; you can redist
www.eeworm.com/read/172774/5382112
c assert.c
#include
#include
void _assert(char *s, char *f, int l)
{
printf("assertion error: \"%s\" on file %s line %d\n", s, f, l);
exit(1);
}
www.eeworm.com/read/169327/5424567
java assertionfailure.java
//$Id: AssertionFailure.java,v 1.4.2.4 2003/12/06 02:41:54 oneovthafew Exp $
package net.sf.hibernate;
import net.sf.hibernate.exception.NestableRuntimeException;
import org.apache.commons.logging.Lo
www.eeworm.com/read/168845/5432491
cpp assert.cpp
// (C) Copyright Mac Murrett 2001.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www
www.eeworm.com/read/168845/5434158
rst macros-asserts.rst
The MPL supplies a suite of static assertion macros that are specifically
designed to generate maximally useful and informative error messages
within the diagnostic capabilities of each compile