mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Closes #59
This commit is contained in:
committed by
GitHub
parent
5b060fce6b
commit
bc046ca656
@@ -21,6 +21,11 @@ namespace EFCore.NamingConventions.Test
|
||||
=> Assert.Equal("fullname",
|
||||
new LowerCaseNameRewriter(CultureInfo.InvariantCulture).RewriteName("FullName"));
|
||||
|
||||
[Fact]
|
||||
public void CamelCase()
|
||||
=> Assert.Equal("fullName",
|
||||
new CamelCaseNameRewriter(CultureInfo.InvariantCulture).RewriteName("FullName"));
|
||||
|
||||
[Fact]
|
||||
public void UpperCase()
|
||||
=> Assert.Equal("FULLNAME",
|
||||
|
||||
Reference in New Issue
Block a user