Mercurial > repos > IBBoard.WarFoundry.API.Tests
view WarFoundryFactoryTest.cs @ 10:ad8f0bf1f894
Re #124: Remove factory factory
* Remove factory factory test
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 15 Aug 2009 09:38:54 +0000 |
parents | 4222cfa99c78 |
children | 8d9d49332d44 |
line wrap: on
line source
// This file (WarFoundryFactoryTest.cs) is a part of the IBBoard.WarFoundry.API.Tests project and is copyright 2009 IBBoard. // // The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license. using System; using NUnit.Framework; namespace IBBoard.WarFoundry.API { [TestFixture()] public class AbstractNativeWarFoundryFactoryTest { } }