Added: more tests

This commit is contained in:
TheJoKlLa 2024-05-07 08:42:28 +02:00
parent cb14936bdc
commit 00b10f3bf5

View File

@ -309,11 +309,138 @@ public class UseCases
}
[Test(
Description = "Felix Wagner wants to use the circularsaw and Thomas Naumann wants to use the bandsaw which depends on the centralsuction. Felix Wagner use the circularsaw first, than Thomas Naumann uses the bandsaw and Felix Wagner disowns th circularsaw first."
Description = "Katharina Abendroth need to repair the bandsaw and locks it for this purpose"
)]
public async Task UseCase008()
public async Task UseCase009()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Leonie Fischer has forgotten to return the soldering station and Sarah Barth now has to release the resource again"
)]
public async Task UseCase010()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Sarah Barth gives Michael Ziegler an account for this space"
)]
public async Task UseCase011()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Lisa Meier wants to use the electricscrewdriver and need to locate it"
)]
public async Task UseCase012()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Julia Schneider had used the cnc and Claudia Neustadt need to check it"
)]
public async Task UseCase013()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Julia Schneider wants to use the cnc by card and Sarah Barth checks it after usage"
)]
public async Task UseCase014()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Nikals Becker gets the role rapid prototyping from Sarah Barth"
)]
public async Task UseCase015()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Lara Schmidt wants to get an 3D printer from the printer farm by terminal"
)]
public async Task UseCase016()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Lisa Meier wants to get the lasercutter via an alias name"
)]
public async Task UseCase017()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Tim Fischer wants to use the 3d printer fdm by his project horizon"
)]
public async Task UseCase018()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Niklas Becker wants to use the 3D scanner"
)]
public async Task UseCase019()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Tim Fischer claims the projectroom on his project and wants to share it to his project partner Niklas Becker, so he can use it too"
)]
public async Task UseCase020()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Tim Fischer gets an projectbox for his project horizon by Sarah Barth to store his items this projectbox is also shared with Niklas Becker"
)]
public async Task UseCase021()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Lara Schmidt gets an project box for her personal use by Sarah Barth"
)]
public async Task UseCase022()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Felix Wagner brings his own wood router to the space and can shares it with Lisa Meier"
)]
public async Task UseCase023()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = "Lisa Meier wants to get the lasercutter via the termial by card"
)]
public async Task UseCase024()
{
Assert.Fail("Not Implemented");
}
[Test(
Description = ""
)]
public async Task UseCase000()
{
Assert.Fail("Not Implemented");
}
}