mirror of
https://github.com/AlexMacocian/Sybil.git
synced 2026-07-15 15:19:59 +00:00
Fix method test
This commit is contained in:
@@ -17,7 +17,7 @@ public class MethodBuilderTests
|
||||
private const string ReturnType = "string";
|
||||
private const string Expression = "this.someString;";
|
||||
private const string Body = "this.someString = someString;";
|
||||
private const string PublicDeclaration = "public string Test()";
|
||||
private const string PublicDeclaration = "public string Test();";
|
||||
private const string PublicEmptyMethod = "public string Test() => throw new NotImplementedException() ;";
|
||||
private const string PublicSealedEmptyMethod = "public sealed string Test() => throw new NotImplementedException() ;";
|
||||
private const string EmptyMethodWithParameter = "string Test(string someString) => throw new NotImplementedException() ;";
|
||||
|
||||
Reference in New Issue
Block a user