Exemplo n.º 1
0
        public void TestLicenseFileLoading()
        {
            var license = ButtplugServer.GetLicense();

            Assert.Contains("B******g is covered under the following BSD 3-Clause License", license);
            Assert.Contains("NJsonSchema (https://github.com/RSuter/NJsonSchema) is covered under the", license);
        }
Exemplo n.º 2
0
 public LicenseView()
 {
     InitializeComponent();
     LicenseText.Text = ButtplugServer.GetLicense();
 }