Revize 20f17fe1
Přidáno uživatelem Tomáš Orlovský před téměř 4 roky(ů)
tests/Leuze.Tests.Configuration/Utilities.cs | ||
---|---|---|
22 | 22 |
List<Assembly> loadedAssemblies = new List<Assembly>(); |
23 | 23 |
|
24 | 24 |
string workingDirectory = Environment.CurrentDirectory; |
25 |
#if TEST |
|
26 |
string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.FullName; |
|
27 |
#else |
|
28 |
string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.Parent.Parent.FullName; |
|
29 |
#endif |
|
30 | 25 |
|
26 |
string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.FullName; |
|
31 | 27 |
|
32 | 28 |
// Loop through all dll files in directory |
33 | 29 |
foreach (FileInfo file in new DirectoryInfo(Path.Combine(projectDirectory, "src", "Presentation", "Leuze.Modules", "net5.0")).GetFiles("*.dll")) |
Také k dispozici: Unified diff
Completed tests of CreateNewArea @testFull