22 lines
444 B
C#
22 lines
444 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using SchnittstelleImporter;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace SchnittstelleImporter.Tests
|
|
{
|
|
[TestClass()]
|
|
public class ImportTests
|
|
{
|
|
[TestMethod()]
|
|
public void GetInspektionsobjekteTest()
|
|
{
|
|
|
|
|
|
Assert.Fail();
|
|
}
|
|
}
|
|
} |