代码搜索:Verifiable
找到约 28 项符合「Verifiable」的源代码
代码结果 28
www.eeworm.com/read/146392/5738668
java verifiable.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core;
/**
* A Verifiable is an object that can confirm at the end of a unit test that
* the correct behvaiour has occurred
www.eeworm.com/read/146392/5738626
java verifyingtestcase.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import junit.framework.TestCase;
import org.jmo
www.eeworm.com/read/422894/10604252
pdf principles of verifiable rtl design.pdf
www.eeworm.com/read/185622/9023331
txt rfc2777.txt
Network Working Group D. Eastlake 3rd
Request for Comments: 2777 Motorola
Category: Informational
www.eeworm.com/read/465477/6938783
txt rfc2777.txt
Network Working Group D. Eastlake 3rd
Request for Comments: 2777 Motorola
Category: Informational
www.eeworm.com/read/112400/15488683
txt rfc2777.txt
Network Working Group D. Eastlake 3rd
Request for Comments: 2777 Motorola
Category: Informational
www.eeworm.com/read/106679/15630017
txt rfc2777.txt
Network Working Group D. Eastlake 3rd
Request for Comments: 2777 Motorola
Category: Informational
www.eeworm.com/read/119694/6082551
java mockdataset.java
/*
*
* The DbUnit Database Testing Framework
* Copyright (C)2002-2004, DbUnit.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU L
www.eeworm.com/read/146392/5738637
java invocationdispatcher.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core;
public interface InvocationDispatcher
extends Verifiable, SelfDescribing
{
Object dispatch( Invocation invocatio
www.eeworm.com/read/146392/5738642
java invocationmatcher.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core;
public interface InvocationMatcher
extends Verifiable, SelfDescribing
{
boolean matches( Invocation invocation )