BadScript 2
Loading...
Searching...
No Matches
BadNUnitApi.cs
Go to the documentation of this file.
3
8
9[BadInteropApi("NUnit")]
10internal partial class BadNUnitApi
11{
12 protected override void AdditionalData(BadTable target)
13 {
14 BadTable assert = new BadTable();
15 new BadNUnitAssertApi().LoadRawApi(assert);
16 target.SetProperty("Assert", assert, new BadPropertyInfo(BadTable.Prototype, true));
17 }
18}
override void AdditionalData(BadTable target)
Implements an Interop API for the BS2 Language.
Stores Meta Information about a Property.
Implements a Table Structure for the BadScript Language.
Definition BadTable.cs:14
static BadClassPrototype Prototype
Definition BadTable.cs:55
Contains NUnit Extensions and APIs for the BadScript2 Runtime.
Definition BadNUnitApi.cs:7
Contains the Interop Abstractions and Implementations for the BadScript2 Language.
Contains the Runtime Objects.
Definition BadArray.cs:10