mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 07:47:45 +01:00
err...
This commit is contained in:
parent
b5f1084f73
commit
9965dc313a
14 changed files with 381 additions and 406 deletions
|
|
@ -1,14 +1,15 @@
|
|||
using System;
|
||||
using Xunit;
|
||||
|
||||
namespace Dalamud.Testing
|
||||
{
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
using Dalamud.Bootstrap;
|
||||
using Xunit;
|
||||
|
||||
namespace Dalamud.Testing
|
||||
{
|
||||
public class BootstrapTests
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
Bootstrapper.Test();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue