File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
AqualityTracking.Integrations/src
AqualityTracking.Integrations.Core
AqualityTracking.SpecFlowPlugin Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- using AqualityTracking . Integrations . Core ;
2
- using AqualityTracking . Integrations . Core . Configuration ;
1
+ using AqualityTracking . Integrations . Core . Configuration ;
3
2
using AqualityTracking . Integrations . Core . Endpoints ;
4
3
using AqualityTracking . Integrations . Core . Models ;
5
4
using Microsoft . Extensions . DependencyInjection ;
6
5
using System ;
7
6
using System . Collections . Generic ;
8
7
using System . Threading ;
9
8
10
- namespace AqualityTracking . SpecFlowPlugin
9
+ namespace AqualityTracking . Integrations . Core
11
10
{
12
11
public class AqualityTrackingLifecycle
13
12
{
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ public class Test
11
11
[ JsonProperty ( "name" ) ]
12
12
public string Name { get ; set ; }
13
13
14
+ [ JsonProperty ( "body" ) ]
15
+ public string Body { get ; set ; }
16
+
14
17
[ JsonProperty ( "project_id" ) ]
15
18
public int ? ProjectId { get ; set ; }
16
19
Original file line number Diff line number Diff line change 1
- using TechTalk . SpecFlow ;
1
+ using AqualityTracking . Integrations . Core ;
2
+ using TechTalk . SpecFlow ;
2
3
3
4
namespace AqualityTracking . SpecFlowPlugin
4
5
{
You can’t perform that action at this time.
0 commit comments