Skip to content

Commit 9394316

Browse files
add license headers to all files
1 parent bf3ffc1 commit 9394316

File tree

97 files changed

+1441
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1441
-96
lines changed

Testimize.Tests/Categories.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
namespace Testimize.Tests;
1+
// // <copyright file="Categories.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
namespace Testimize.Tests;
216

317
public class Categories
418
{

Testimize.Tests/Experiments/ABCPairwiseScoresComparisonTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using System;
1+
// // <copyright file="ABCPairwiseScoresComparisonTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using System;
216
using System.Collections.Generic;
317
using System.Linq;
418
using System.Diagnostics;

Testimize.Tests/Experiments/ABCValidPairwiseScoresComparisonTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using System;
1+
// // <copyright file="ABCValidPairwiseScoresComparisonTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using System;
216
using System.Collections.Generic;
317
using System.Linq;
418
using System.Diagnostics;

Testimize.Tests/RealWorldExamples/ExploratoryModeCountriesGraphQLTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using RestSharp;
1+
// // <copyright file="ExploratoryModeCountriesGraphQLTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using RestSharp;
216
using System.Collections.Generic;
317
using System;
418
using Testimize.Contracts;

Testimize.Tests/RealWorldExamples/JsonPlaceholderPostTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using Testimize.Parameters;
1+
// // <copyright file="JsonPlaceholderPostTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using Testimize.Parameters;
216
using RestSharp;
317
using System.Collections.Generic;
418
using System;

Testimize.Tests/RealWorldExamples/PreciseModeCountriesGraphQLTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using RestSharp;
1+
// // <copyright file="PreciseModeCountriesGraphQLTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using RestSharp;
216
using System.Collections.Generic;
317
using Testimize.Contracts;
418
using Testimize.OutputGenerators;

Testimize.Tests/RealWorldExamples/ReqresRegistrationTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using Testimize.Parameters;
1+
// // <copyright file="ReqresRegistrationTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using Testimize.Parameters;
216
using RestSharp;
317
using System.Collections.Generic;
418
using System;

Testimize.Tests/RealWorldExamples/SampleTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using System.Collections.Generic;
1+
// // <copyright file="SampleTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using System.Collections.Generic;
216
using Testimize.Parameters;
317
using System.Diagnostics;
418
using Testimize.Contracts;

Testimize.Tests/UnitTests/ABCTestCaseGeneratorTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using System;
1+
// // <copyright file="ABCTestCaseGeneratorTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using System;
216
using System.Collections.Generic;
317
using System.Linq;
418
using Testimize.Parameters;

Testimize.Tests/UnitTests/PairwiseTestCaseGeneratorTests.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using System;
1+
// // <copyright file="PairwiseTestCaseGeneratorTests.cs" company="Automate The Planet Ltd.">
2+
// // Copyright 2025 Automate The Planet Ltd.
3+
// // Licensed under the Apache License, Version 2.0 (the "License");
4+
// // You may not use this file except in compliance with the License.
5+
// // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
// // Unless required by applicable law or agreed to in writing,
7+
// // software distributed under the License is distributed on an "AS IS" BASIS,
8+
// // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// // See the License for the specific language governing permissions and
10+
// // limitations under the License.
11+
// // </copyright>
12+
// // <author>Anton Angelov</author>
13+
// // <site>https://automatetheplanet.com/</site>
14+
15+
using System;
216
using System.Collections.Generic;
317
using System.Linq;
418
using Testimize.Contracts;

0 commit comments

Comments
 (0)