initial design of domain
All checks were successful
Log every push / log-push (push) Successful in 2s
All checks were successful
Log every push / log-push (push) Successful in 2s
This commit is contained in:
14
theInterfacePro/UnitTests/PrepareHomepageForUserTest.cs
Normal file
14
theInterfacePro/UnitTests/PrepareHomepageForUserTest.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Code;
|
||||
using Code.Core;
|
||||
|
||||
namespace UnitTests;
|
||||
|
||||
public class PrepareHomepageForUserTest
|
||||
{
|
||||
public PrepareHomePageForUserUseCase Homepage = new PrepareHomePageForUserUseCase(new Project("a","b", "c"));
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user