mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-29 14:48:44 +00:00
Expanding test
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Tests.Gvwie
|
||||
{
|
||||
public enum GeneratorPattern
|
||||
{
|
||||
Uniform,
|
||||
Positive,
|
||||
Negative,
|
||||
Alternating,
|
||||
Small,
|
||||
Ascending,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user