Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using KArtSell.BuildingBlocks.Versioning;
|
||||
|
||||
namespace KArtSell.SignalEngine.UnitTests.BuildingBlocks;
|
||||
|
||||
public sealed class VersionSetTests
|
||||
{
|
||||
[Fact]
|
||||
public void Blank_version_component_is_rejected()
|
||||
{
|
||||
var value = new VersionSet("dataset", "data", "model", "config", "", "contract");
|
||||
Assert.Throws<ArgumentException>(value.EnsureValid);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user