Code Search for Developers
 
 
  

IgnoreFixture.java from MASE: Agile Software Engineering at Krugle


Show IgnoreFixture.java syntax highlighted

// Copyright (C) 2003,2004,2005 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the GNU General Public License version 2 or later.
package ca.ucalgary.cpsc.ebe.fitClipse.render.testutil;

import fit.*;

public class IgnoreFixture extends Fixture
{
	public void doTable(Parse table)
	{
		ignore(table.parts.parts);
	}
}




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  AllTestSuite.java
  CartesianVector.java
  CartesianVectorTest.java
  ClassNotFoundThrownInConstructor.java
  CrashFixture.java
  DummyClassForWizardTest.java
  Echo.java
  EchoFixture.java
  ErrorFixture.java
  ErrorWritingFixture.java
  FailFixture.java
  IgnoreFixture.java
  MockExtendableWikiPage.java
  MockSocket.java
  OutputWritingFixture.java
  PassFixture.java
  RegexTest.java
  SimpleCachinePage.java
  SimpleExtension.java
  TestSuiteMaker.java
  VectorSum.java