The code for the Ignore fixture is very simple. The
beauty of this class is that it adds clarity for the
customers writing storytests that this table is to be
ignored. The stats in the 'Summary' fixture is updated
to reflect ignored tables/fields.
------------------------------------------------------------------------------
using System;
namespace fit
{
public class Ignore : Fixture
{
}
}
Unit tests for Ignore fixture