代码搜索:MoneyTest
找到约 24 项符合「MoneyTest」的源代码
代码结果 24
www.eeworm.com/read/339586/3296855
cpp moneytest.cpp
// MoneyTest.cpp
#include "StdAfx.h"
#include
#include "Money.h"
#include "MoneyTest.h"
// Registers the fixture into the 'registry'
CPPUNIT_TEST_SUITE_REGISTRATION(
www.eeworm.com/read/339586/3296857
h moneytest.h
// MoneyTest.h
#ifndef MONEYTEST_H
#define MONEYTEST_H
#include
class MoneyTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( MoneyTest );
CPPUNIT_TE
www.eeworm.com/read/400767/2346575
cs moneytest.cs
#region Copyright (c) 2002, James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Philip A. Craig
/************************************************************************************
'
' Copyrigh
www.eeworm.com/read/400767/2346590
cs moneytest.cs
#region Copyright (c) 2002, James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Philip A. Craig
/************************************************************************************
'
' Copyrigh
www.eeworm.com/read/400767/2346735
cs moneytest.cs
#region Copyright (c) 2002, James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Philip A. Craig
/************************************************************************************
'
' Copyrigh
www.eeworm.com/read/400767/2346750
cs moneytest.cs
#region Copyright (c) 2002, James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Philip A. Craig
/************************************************************************************
'
' Copyrigh
www.eeworm.com/read/373038/2767486
java moneytest.java
package junit.samples.money;
import junit.framework.TestCase;
public class MoneyTest extends TestCase {
private Money f12CHF;
private Money f14CHF;
private Money f7USD;
private Money f21USD;
p
www.eeworm.com/read/373038/2767529
java moneytest.java
package org.junit.samples.money;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import junit.framework.JUnit4TestA
www.eeworm.com/read/354193/3078975
java moneytest.java
package org.junit.samples.money;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import junit.framework.JUnit4TestA
www.eeworm.com/read/253244/4399201
java moneytest.java
package junit.samples.money;
import junit.framework.TestCase;
public class MoneyTest extends TestCase {
private Money f12CHF;
private Money f14CHF;
private Money f7USD;
private Money f21USD;
p