Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b876dd9

Browse files
refactored
1 parent 50f8f56 commit b876dd9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

‎test/AspnetRun.Core.Tests/Entities/CategoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class CategoryTests
88
{
99
private int _testProductId = 3;
1010
private int _testCategoryId = 5;
11-
private string _testProductName = "Reason";
11+
private string _testProductName = "Reason";
1212

1313
//[Fact]
1414
//public void Adds_Product_Into_Category()

‎test/AspnetRun.Core.Tests/Entities/ProductTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
using AspnetRun.Core.Entities;
2-
using System;
3-
using System.Collections.Generic;
4-
using System.Text;
52
using Xunit;
63

74
namespace AspnetRun.Core.Tests.Entities
85
{
96
public class ProductTests
107
{
11-
// USE CASE : Create_Product
12-
138
private int _testProductId = 2;
149
private int _testCategoryId = 3;
1510
private string _testProductName = "Reason";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /