Exemplo n.º 1
0
        public void LoadLawsFromAnotherAssembly()
        {
            JudgeDredd judge = new JudgeDredd();

            judge.Load("../../../MegaCityOne.Tests.JusticeDepartment/bin/debug/MegaCityOne.Tests.JusticeDepartment.dll");
            Assert.AreEqual(3, judge.Laws.Count);
        }