# Copyright (c) 2002-2005 Cunningham & Cunningham, Inc. # Released under the terms of the GNU General Public License version 2 or later. # # Perl translation by Tony Byrne package Test::C2FIT::fat::ExampleFixture; use base 'Test::C2FIT::Fixture'; use strict; 1; __END__ package fat; import fit.Fixture; public class ExampleFixture extends Fixture { }