text stringlengths 40 299k | repo_name stringlengths 7 71 | path stringlengths 4 235 | source_url stringlengths 45 289 | commit_or_blob_id stringlengths 25 25 | license stringclasses 7
values | source_dataset stringclasses 1
value | content_sha256 stringlengths 64 64 | quality_score float64 0.2 0.95 | category_slice stringclasses 1
value | token_count int64 11 109k | is_synthetic bool 1
class | collected_at stringdate 2026-07-17 00:00:00 2026-07-17 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
using System;
using System.Linq;
using Abc.Zebus.Directory;
using Abc.Zebus.Routing;
using Abc.Zebus.Testing.Extensions;
using Abc.Zebus.Testing.Measurements;
using Abc.Zebus.Tests.Messages;
using NUnit.Framework;
namespace Abc.Zebus.Tests
{
[TestFixture]
public partial class SubscriptionTests
{
[... | biarne-a/Zebus | src/Abc.Zebus.Tests/SubscriptionTests.cs | https://github.com/biarne-a/Zebus/blob/HEAD/src/Abc.Zebus.Tests/SubscriptionTests.cs | ghcode:00003:c285cf68ae83 | mit | codeparrot/github-code | c285cf68ae833aa0165622a7fd4dbb229da7d0d2bff8f56b0aa2a0e51bafafa2 | 0.75 | testing_debugging_repair_refactoring | 2,224 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Nucleo.TestingTools;
namespace Nucleo.Web.Binding
{
[TestClass]
public class ModelBindingTests
{
#region " Test Classes "
class TestModel
{
public string FirstName { get; set; }
... | brianmains/Nucleo.NET | src/Nucleo.UnitTests.40.MS/Web/Binding/ModelBindingTest.cs | https://github.com/brianmains/Nucleo.NET/blob/HEAD/src/Nucleo.UnitTests.40.MS/Web/Binding/ModelBindingTest.cs | ghcode:00003:201465c9f763 | mit | codeparrot/github-code | 201465c9f763b9a991b9ab6bee0cc524352e35db6c62e51bc5c1c87e0e221177 | 0.7 | testing_debugging_repair_refactoring | 891 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BE.Core.World.Engine;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BE.Core.World.Engine.Tests
{
[TestClass()]
public class EmuUnitTest
{
[TestMethod()]
public void NextStepTest()
... | sokolov-sergey/Bizemu | Test.Core/Engine/EmuUnitTest1.cs | https://github.com/sokolov-sergey/Bizemu/blob/HEAD/Test.Core/Engine/EmuUnitTest1.cs | ghcode:00003:dfbf5fa3c002 | mit | codeparrot/github-code | dfbf5fa3c0024f413fc35f887946bce239e714e67e30b72203b35d28311fd7eb | 0.6 | testing_debugging_repair_refactoring | 88 | false | 2026-07-17 |
namespace Cars.Tests.JustMock
{
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Cars.Contracts;
using Cars.Tests.JustMock.Mocks;
using Cars.Controllers;
using Cars.Models;
using Moq;
[TestClass]
public class CarsCo... | zhenyaracheva/TelerikAcademy | High Quality Code/Homeworks/Mock And JustMock/Cars.Tests.JustMock/CarsControllerTests.cs | https://github.com/zhenyaracheva/TelerikAcademy/blob/HEAD/High Quality Code/Homeworks/Mock And JustMock/Cars.Tests.JustMock/CarsControllerTests.cs | ghcode:00003:89601a6c9273 | mit | codeparrot/github-code | 89601a6c927326b78a93ff43ed19d49b91c9c21d88729b4ce6e8ec48e6b1e67d | 0.75 | testing_debugging_repair_refactoring | 957 | false | 2026-07-17 |
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Ocelot.Headers;
using Ocelot.Middleware;
using Ocelot.Responder;
using Shouldly;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using Xunit;
namespace Ocelot.UnitTests.Responder
{
public... | geffzhang/Ocelot | test/Ocelot.UnitTests/Responder/HttpContextResponderTests.cs | https://github.com/geffzhang/Ocelot/blob/HEAD/test/Ocelot.UnitTests/Responder/HttpContextResponderTests.cs | ghcode:00003:1eda39cc7c32 | mit | codeparrot/github-code | 1eda39cc7c32326adbd9a9bb4916d868221837bfbb6a9dbe35f4d5f10657992c | 0.75 | testing_debugging_repair_refactoring | 707 | false | 2026-07-17 |
using NUnit.Framework;
using Shouldly;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Bogosoft.Collections.Async.Tests
{
[TestFixture, Category("Unit")]
public class UnitTests
{
protected IEnumerable<int> RandomIntegers
... | bogosoft/Collections.Async | Bogosoft.Collections.Async.Tests/UnitTests.cs | https://github.com/bogosoft/Collections.Async/blob/HEAD/Bogosoft.Collections.Async.Tests/UnitTests.cs | ghcode:00003:6f2fa7be43af | mit | codeparrot/github-code | 6f2fa7be43af5ffc104f68e0f46ab8fd655c407c6d5ba2971e07d8d78ffaf4ca | 0.75 | testing_debugging_repair_refactoring | 983 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using NBitcoin;
using Stratis.Bitcoin.Configuration;
using Stratis.Bitcoin.Consensus;
using Stratis.Bitcoin.Consensus.Rules;
using Stratis.Bitcoin.Features.PoA.ConsensusRules;
using Xunit;
namespace Stratis.Bitcoin.Features.PoA.Tests.Rules
{
publi... | Aprogiena/StratisBitcoinFullNode | src/Stratis.Bitcoin.Features.PoA.Tests/Rules/PoAIntegritySignatureRuleTests.cs | https://github.com/Aprogiena/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.Features.PoA.Tests/Rules/PoAIntegritySignatureRuleTests.cs | ghcode:00003:f89be8e529e5 | mit | codeparrot/github-code | f89be8e529e5b8da86004da76aed95c6fddce99a4de9f96d84e52a581622ce1e | 0.75 | testing_debugging_repair_refactoring | 371 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
namespace Lidgren.Library.Network
{
internal sealed partial class NetBuffer
{
//
// 7 bit length encoding
//
/// <summary>
/// Write 7-bit encoded UInt32
/// </summary>
/// <returns>number of ... | tectronics/bloodbox | Lidgren.Library.Network/NetBuffer.Compression.cs | https://github.com/tectronics/bloodbox/blob/HEAD/Lidgren.Library.Network/NetBuffer.Compression.cs | ghcode:00003:2af295b7eb5c | mit | codeparrot/github-code | 2af295b7eb5cf0b6b627139b4a08fe93fbbe850b35630c1e2e9ef69e7559b3b4 | 0.7 | testing_debugging_repair_refactoring | 1,089 | false | 2026-07-17 |
namespace IntegrationTests
{
using NUnit.Framework;
[TestFixture]
public class SpecialFormTests
{
[TestCase("(define x)", "X")]
public void Define(string input, string output)
{
new IntegrationTest().Test(input, output);
}
[TestCase("(define x 1) x"... | nja/keel | IntegrationTests/SpecialFormTests.cs | https://github.com/nja/keel/blob/HEAD/IntegrationTests/SpecialFormTests.cs | ghcode:00003:8ea4a23bdb75 | mit | codeparrot/github-code | 8ea4a23bdb7503ad48e249563e5d97259d754405e01aa8324ff5ce80a2fef4a1 | 0.75 | testing_debugging_repair_refactoring | 380 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThinkTel.uControl.Cdrs.Tests
{
public class TestableCdrClient : CdrClient
{
public TestableCdrClient(string uri) : base(uri) { }
public string Username { get { return Credentials.UserNa... | ThinkTel/ThinkTel.uControl.Cdrs | ThinkTel.uControl.Cdrs.Tests/TestableCdrClient.cs | https://github.com/ThinkTel/ThinkTel.uControl.Cdrs/blob/HEAD/ThinkTel.uControl.Cdrs.Tests/TestableCdrClient.cs | ghcode:00003:519296cfb94d | mit | codeparrot/github-code | 519296cfb94dbf390f8faf25d2f774c0a3f5663cafae326f05820654222a1c43 | 0.75 | testing_debugging_repair_refactoring | 1,530 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Text;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
using Xunit;
namespace... | genlu/roslyn | src/Compilers/Core/CodeAnalysisTest/StringTableTests.cs | https://github.com/genlu/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/StringTableTests.cs | ghcode:00003:4a58e28c753d | mit | codeparrot/github-code | 4a58e28c753dc4aed7833fad310ecc3007339b21237a3954377b0d6c87dae6d1 | 0.85 | testing_debugging_repair_refactoring | 1,150 | false | 2026-07-17 |
using Journey.Worker;
using Journey.Messaging;
using Journey.Messaging.Processing;
using System;
using System.Diagnostics;
using Xunit;
using Moq;
namespace Journey.Tests.Integration.Messaging.EventSubscriptionFixture
{
public class GIVEN_dispatcher_with_multiple_handlers
{
private AsynchronousEventDi... | Narvalex/Event-Centric-Journey | Event-Centric-Journey/Journey.Tests.Integration/Messaging/EventSubscriptionFixture.cs | https://github.com/Narvalex/Event-Centric-Journey/blob/HEAD/Event-Centric-Journey/Journey.Tests.Integration/Messaging/EventSubscriptionFixture.cs | ghcode:00003:1bae40830f5c | mit | codeparrot/github-code | 1bae40830f5c245ad52e51fcf3c8c29eeadc97151163b03413a6649addf3d622 | 0.75 | testing_debugging_repair_refactoring | 695 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Cmdlet_AssemblyInfo;
using Tests.Mock;
using System.Collections.Generic;
using System.Linq;
namespace Tests
{
[TestClass]
public class BasicFunctionalityTests
{
private List<Cmdlet_AssemblyInfo.Type> RunCmdWithParameter(string... | emilw/Cmdlet-AssemblyInfo | Tests/BasicFunctionalityTests.cs | https://github.com/emilw/Cmdlet-AssemblyInfo/blob/HEAD/Tests/BasicFunctionalityTests.cs | ghcode:00003:ec18b233e2bd | mit | codeparrot/github-code | ec18b233e2bd52107792cd8b016bdb3c2b2bf6377f62fdab2ae8c170bcc957c0 | 0.75 | testing_debugging_repair_refactoring | 600 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core.TestFramewor... | hyonholee/azure-sdk-for-net | sdk/storage/Azure.Storage.Blobs/tests/PageBlobClientTests.cs | https://github.com/hyonholee/azure-sdk-for-net/blob/HEAD/sdk/storage/Azure.Storage.Blobs/tests/PageBlobClientTests.cs | ghcode:00003:6b21bf54f0b9 | mit | codeparrot/github-code | 6b21bf54f0b9a644d4197dd7a64ebdc1393070a857436ef819ec0b2c03667f55 | 0.82 | testing_debugging_repair_refactoring | 17,481 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PodioPCL.Tests
{
public static class TestCategoryTypes
{
public const string Constructor = "TestCategory.String";
public const string GetEndpoint = "TestCategoryTypes.GetEndpoint";
pub... | RyanHatfield/PodioPCL | PodioPCL.Tests/TestCategoryTypes.cs | https://github.com/RyanHatfield/PodioPCL/blob/HEAD/PodioPCL.Tests/TestCategoryTypes.cs | ghcode:00003:cc5c733690de | mit | codeparrot/github-code | cc5c733690deff69b7e46f3a20dec2e266933cd73069e035566d2471617a5fc3 | 0.75 | testing_debugging_repair_refactoring | 90 | false | 2026-07-17 |
using Seq.App.Asana;
using System;
using Xunit;
namespace Seq.App.Asana.Test
{
public class AsanaUnitTest
{
#region Properties
private readonly Authentication authentication;
#endregion
#region Constructors
public AsanaUnitTest()
{
this.authenticat... | eliekstein/Seq.App.Asana | Seq.App.Asana.Test/AsanaUnitTest.cs | https://github.com/eliekstein/Seq.App.Asana/blob/HEAD/Seq.App.Asana.Test/AsanaUnitTest.cs | ghcode:00003:b659661b2c43 | mit | codeparrot/github-code | b659661b2c43841d8aa3a4d344860108f0a0a224a91047ac75b387a7f56ce807 | 0.6 | testing_debugging_repair_refactoring | 462 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using AM.Threading;
// ReSharper disable ObjectCreationAsStatement
namespace UnitTests.AM.Threading
{
[TestClass]
public class StateHolderTest
{
[TestMethod]
public void StateHolder_Event_1()... | amironov73/ManagedIrbis2 | OldSource/UnitTests/AM/Threading/StateHolderTest.cs | https://github.com/amironov73/ManagedIrbis2/blob/HEAD/OldSource/UnitTests/AM/Threading/StateHolderTest.cs | ghcode:00003:f9d6110a6bda | mit | codeparrot/github-code | f9d6110a6bda36f92682db51a0d80f316201763f3fc7b1352162a73b3cb32f09 | 0.6 | testing_debugging_repair_refactoring | 476 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading;
using NSubstitute;
using WebDav.Client.Tests.TestDoubles;
using Xunit;
namespace WebDav.Client.Tests.Methods
{
public class LockTests
{
[Fact]
public async void When_RequestIsSuccessfull_Should_ReturnStatusCode200()
{
... | skazantsev/WebDavClient | src/WebDav.Client.Tests/Methods/LockTests.cs | https://github.com/skazantsev/WebDavClient/blob/HEAD/src/WebDav.Client.Tests/Methods/LockTests.cs | ghcode:00003:4d4ec8746fba | mit | codeparrot/github-code | 4d4ec8746fba850adacc35000373c80fd0650a2397813a1b9a21447174d0d0e5 | 0.85 | testing_debugging_repair_refactoring | 1,921 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using winsw;
using winswTests.Util;
namespace winswTests
{
[TestFixture]
class DownloadTest
{
private const string From = "https://www.nosuchhostexists.foo.myorg/foo.xml";
private con... | oleg-nenashev/winsw | src/Test/winswTests/DownloadTest.cs | https://github.com/oleg-nenashev/winsw/blob/HEAD/src/Test/winswTests/DownloadTest.cs | ghcode:00003:ce374839bd2d | mit | codeparrot/github-code | ce374839bd2d7f569952bde1bec54cfd0537c46f11e1a88d9204454906e3da38 | 0.95 | testing_debugging_repair_refactoring | 1,396 | false | 2026-07-17 |
using GitletSharp.Core;
using NUnit.Framework;
namespace GitletSharp.Tests
{
public class AddTests : TestBase
{
[SetUp]
public new void Setup()
{
Steps.Init();
}
// TODO: Need to verify directory searching
[Test]
public void GivenANewReposi... | bfriesen/GitletSharp | src/GitletSharp.Tests/AddTests.cs | https://github.com/bfriesen/GitletSharp/blob/HEAD/src/GitletSharp.Tests/AddTests.cs | ghcode:00003:274c71a2a943 | mit | codeparrot/github-code | 274c71a2a9430b256077e998f8d6f9edf9e3661301f0af77875ee4c76ac9f6ed | 0.75 | testing_debugging_repair_refactoring | 386 | false | 2026-07-17 |
using System.Data;
using NUnit.Framework;
namespace ADO.Net.DataAccessLayer.SqlServer.Tests
{
[TestFixture]
public class When_using_transactions:CommonTestSetup
{
[Test()]
public void Should_rollbackTransaction_successfully()
{
DataAccess.Transactions.BeginTra... | NathanGloyn/ADO.NET-DAL | ADO.Net.DataAccessLayerTests/When_using_transactions.cs | https://github.com/NathanGloyn/ADO.NET-DAL/blob/HEAD/ADO.Net.DataAccessLayerTests/When_using_transactions.cs | ghcode:00003:e85d254379a7 | mit | codeparrot/github-code | e85d254379a71e4fe75120d4043155ff079a265199025265f572f155d36751d3 | 0.6 | testing_debugging_repair_refactoring | 378 | false | 2026-07-17 |
#region Usings
using System;
using System.Linq;
using Xunit;
#endregion
namespace Extend.Testing
{
public class AndSpecificationTest
{
[Fact]
public void AndTest()
{
var left = new ExpressionSpecification<String>( x => true );
var right = new ExpressionSpecifi... | DaveSenn/Extend | .Src/Extend.Testing/Utilities/Specification/AndSpecification.Test.cs | https://github.com/DaveSenn/Extend/blob/HEAD/.Src/Extend.Testing/Utilities/Specification/AndSpecification.Test.cs | ghcode:00003:edf9534fdf58 | mit | codeparrot/github-code | edf9534fdf58d3d950b9e19b1564323c38ce9879368cc7f22d3324b8f51b9e6e | 0.85 | testing_debugging_repair_refactoring | 2,654 | false | 2026-07-17 |
using System;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace SeeSharpHttpLiveStreaming.Tests.Helpers
{
internal class TestWebServer : IDisposable
{
private readonly HttpListener _httpListener;
/// <summary>
/// Initializes a new instance of the <see cref... | tpaananen/SeeSharpHttpLiveStreaming | SeeSharpLiveStreaming.Tests/Helpers/TestWebServer.cs | https://github.com/tpaananen/SeeSharpHttpLiveStreaming/blob/HEAD/SeeSharpLiveStreaming.Tests/Helpers/TestWebServer.cs | ghcode:00003:6107458eb85a | mit | codeparrot/github-code | 6107458eb85a2300145fdb71afae3e16280ae030d4eea8b7de9fff2c86ce6651 | 0.85 | testing_debugging_repair_refactoring | 604 | false | 2026-07-17 |
using Sniper.Common;
using Sniper.Http;
using Sniper.TargetProcess.Routes;
using Xunit;
namespace Sniper.Tests.CRUD.Read.Common.Revisions
{
public class ReadRevisionTests
{
[Fact]
public void RevisionThrowsError()
{
var client = new TargetProcessClient
{
... | bluetread/sniper | Sniper.Tests/CRUD/Read/Common/Revisions/ReadRevisionTests.cs | https://github.com/bluetread/sniper/blob/HEAD/Sniper.Tests/CRUD/Read/Common/Revisions/ReadRevisionTests.cs | ghcode:00003:ba25d33d39ac | mit | codeparrot/github-code | ba25d33d39acc2a1e99e2f3a11651831932c8de2357aef4316826de4d870e1da | 0.75 | testing_debugging_repair_refactoring | 108 | false | 2026-07-17 |
using System;
using System.Linq.Expressions;
namespace FluentMethods.UnitTests
{
public partial class ExpressionFixture
{
#if NetCore
[Xunit.Fact]
#else
[NUnit.Framework.Test]
#endif
public void LeftShiftAssign()
{
var variable = Expression.Variable(typeof(int));
... | edwardmeng/FluentMethods | test/Core/System.Linq.Expressions.Expression/LeftShiftAssign.cs | https://github.com/edwardmeng/FluentMethods/blob/HEAD/test/Core/System.Linq.Expressions.Expression/LeftShiftAssign.cs | ghcode:00003:49bd17e89b3c | mit | codeparrot/github-code | 49bd17e89b3cfff67f774cb8e4c0348cdf2a41de4d7adfc6929860b7548e9ba1 | 0.6 | testing_debugging_repair_refactoring | 119 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
using UnityEngine.Events;
using NUnit.Framework;
using System.Threading;
namespace UnitTest {
[TestFixture]
internal class UnityEventTest {
private int count;
void MyAction() {
count++;
Debug.Log ("MyAction called: " + count);
}
void MyAction2() {
Debu... | waynewolf/abucket | spider/Assets/Scripts/UnitTest/Editor/UnityEventTest.cs | https://github.com/waynewolf/abucket/blob/HEAD/spider/Assets/Scripts/UnitTest/Editor/UnityEventTest.cs | ghcode:00003:5f1c1c518f58 | mit | codeparrot/github-code | 5f1c1c518f581eaeb8e75404105b63ad38f68acd9cae4d30f83c33856be52e18 | 0.7 | testing_debugging_repair_refactoring | 1,443 | false | 2026-07-17 |
// Copyright 2020 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | GoogleCloudPlatform/dotnet-docs-samples | spanner/api/Spanner.Samples.Tests/QueryDataWithStructAsyncTest.cs | https://github.com/GoogleCloudPlatform/dotnet-docs-samples/blob/HEAD/spanner/api/Spanner.Samples.Tests/QueryDataWithStructAsyncTest.cs | ghcode:00003:17dfc4b2aea7 | apache-2.0 | codeparrot/github-code | 17dfc4b2aea79b7b499389f7708f0d312d5b0fb410f1e115a10d38027fb39d9a | 0.85 | testing_debugging_repair_refactoring | 276 | false | 2026-07-17 |
/*
* Location Intelligence APIs
*
* Incorporate our extensive geodata into everyday applications, business processes and workflows.
*
* OpenAPI spec version: 8.5.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... | PitneyBowes/LocationIntelligenceSDK-CSharp | src/pb.locationIntelligence.Test/Model/TaxLocationResponsesTests.cs | https://github.com/PitneyBowes/LocationIntelligenceSDK-CSharp/blob/HEAD/src/pb.locationIntelligence.Test/Model/TaxLocationResponsesTests.cs | ghcode:00003:90e1931ef8f0 | apache-2.0 | codeparrot/github-code | 90e1931ef8f0f3c0802daa36a6289bb64ca5d9cef2f5ddf57263663e69e04a87 | 0.85 | testing_debugging_repair_refactoring | 534 | false | 2026-07-17 |
namespace Microsoft.AspNet.WebApi.HALSupport.Tests.Unit
{
using System.Linq;
using Microsoft.AspNet.WebApi.HALSupport.Models;
using Microsoft.AspNet.WebApi.HALSupport.Serializers;
using Microsoft.AspNet.WebApi.HALSupport.Tests.Models;
using Newtonsoft.Json;
using NUnit.Framework;
[TestF... | azzlack/Microsoft.AspNet.WebApi.HALSupport | src/Microsoft.AspNet.WebApi.HALSupport.Tests/Unit/KeyedCollectionConverterTests.cs | https://github.com/azzlack/Microsoft.AspNet.WebApi.HALSupport/blob/HEAD/src/Microsoft.AspNet.WebApi.HALSupport.Tests/Unit/KeyedCollectionConverterTests.cs | ghcode:00003:0e3d5151fb1d | apache-2.0 | codeparrot/github-code | 0e3d5151fb1de25ce0c3ea408070d74e1d9ee32e1b38d6c8215a4078a32e089e | 0.75 | testing_debugging_repair_refactoring | 341 | false | 2026-07-17 |
// -----------------------------------------------------------------------------------------
// <copyright file="UtilityTests.cs" company="Microsoft">
// Copyright 2013 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in complianc... | Azure/azure-storage-net | Test/Common/Core/UtilityTests.cs | https://github.com/Azure/azure-storage-net/blob/HEAD/Test/Common/Core/UtilityTests.cs | ghcode:00003:2280369b2952 | apache-2.0 | codeparrot/github-code | 2280369b2952822a44d1ece68f8914d991faa18b5d5b1e3b69cad1e5389dd3f5 | 0.85 | testing_debugging_repair_refactoring | 607 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using System.Net;
namespace Library.NUnit.Core.Library.Impl
{
[TestFixture]
public class ZoneImplTests
{
// [Test]
// public void TestURI()
// {
// String rawUrl =
// "ht... | open-adk/OpenADK-csharp | nunit/core/src/OpenADK/Impl/ZoneImplTests.cs | https://github.com/open-adk/OpenADK-csharp/blob/HEAD/nunit/core/src/OpenADK/Impl/ZoneImplTests.cs | ghcode:00003:96ab351e3fdf | apache-2.0 | codeparrot/github-code | 96ab351e3fdfcd7e107c86e4a98eeab840476ad122d8abe6a95fba2ec2cff81d | 0.95 | testing_debugging_repair_refactoring | 240 | false | 2026-07-17 |
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using System.Xml;
using System.Xml.Serialization;
using Newtonsoft.Json;
namespace WebAddressbookTests
{
[TestFixture]
p... | maxblest/csharp_training | addressbook_web_tests/addressbook_web_tests/Tests/GroupCreationTests.cs | https://github.com/maxblest/csharp_training/blob/HEAD/addressbook_web_tests/addressbook_web_tests/Tests/GroupCreationTests.cs | ghcode:00003:ea565f8f5ccd | apache-2.0 | codeparrot/github-code | ea565f8f5ccda565f52dd26e1494f53e81d53cd5985868dab09ff83b0593147f | 0.85 | testing_debugging_repair_refactoring | 497 | false | 2026-07-17 |
// Copyright 2004-2009 Castle Project - http://www.castleproject.org/
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//... | carcer/Castle.Components.Validator | src/Castle.Components.Validator.Tests/ValidatorTests/CreditCardValidatorTestCase.cs | https://github.com/carcer/Castle.Components.Validator/blob/HEAD/src/Castle.Components.Validator.Tests/ValidatorTests/CreditCardValidatorTestCase.cs | ghcode:00003:c82d4175e213 | apache-2.0 | codeparrot/github-code | c82d4175e21384ee04016ce43544a67839b277f567abf3e20cb3bb3f96ffdea2 | 0.7 | testing_debugging_repair_refactoring | 715 | false | 2026-07-17 |
// -----------------------------------------------------------------------------------------
// <copyright file="StorageUriTests.cs" company="Microsoft">
// Copyright 2013 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in complia... | erezvani1529/azure-storage-net | Test/ClassLibraryCommon/Core/TokenAuthenticationTest.cs | https://github.com/erezvani1529/azure-storage-net/blob/HEAD/Test/ClassLibraryCommon/Core/TokenAuthenticationTest.cs | ghcode:00003:7543bfe54600 | apache-2.0 | codeparrot/github-code | 7543bfe5460090d04389203512c4725f9c6f1cba906150111f3e85be90f4ea79 | 0.7 | testing_debugging_repair_refactoring | 1,699 | false | 2026-07-17 |
// ==============================================================================
//
// Fervent Coder Copyright © 2011 - Released under the Apache 2.0 License
//
// Copyright 2007-2008 The Apache Software Foundation.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use
// th... | chucknorris/dropkick | product/dropkick.tests/TinySpec.cs | https://github.com/chucknorris/dropkick/blob/HEAD/product/dropkick.tests/TinySpec.cs | ghcode:00003:aa487ab75837 | apache-2.0 | codeparrot/github-code | aa487ab75837e962dddb6b7fa19a7121271006a16ab261d7a4f067b8061b8e4c | 0.85 | testing_debugging_repair_refactoring | 329 | false | 2026-07-17 |
using System.Linq;
using UnicornHack.Data.Creatures;
using UnicornHack.Data.Items;
using UnicornHack.Generation;
using UnicornHack.Primitives;
using UnicornHack.Systems.Items;
using UnicornHack.Systems.Levels;
using UnicornHack.Utils.DataStructures;
using Xunit;
namespace UnicornHack.Systems.Knowledge
{
public cl... | AndriySvyryd/UnicornHack | test/UnicornHack.Core.Tests/Systems/Knowledge/KnowledgeSystemTest.cs | https://github.com/AndriySvyryd/UnicornHack/blob/HEAD/test/UnicornHack.Core.Tests/Systems/Knowledge/KnowledgeSystemTest.cs | ghcode:00003:005af33f7198 | apache-2.0 | codeparrot/github-code | 005af33f7198bc57aed6386a9febf34486eb1e410f4420c6196bf9f384602dca | 0.6 | testing_debugging_repair_refactoring | 1,067 | false | 2026-07-17 |
/*
Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, me... | T145/razordbx | RazorDBx.Tests/C5/WrappersTest.cs | https://github.com/T145/razordbx/blob/HEAD/RazorDBx.Tests/C5/WrappersTest.cs | ghcode:00003:d9cfde908fd3 | apache-2.0 | codeparrot/github-code | d9cfde908fd3ef7210157aae7e1f80944e4048951ef5b676c7d0c98d50ad02a8 | 0.7 | testing_debugging_repair_refactoring | 8,400 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using Azure.Data.Tables.Models;
using Azure.Data.Tables.Sas;
using NUnit.Fra... | stankovski/azure-sdk-for-net | sdk/tables/Azure.Data.Tables/tests/TableServiceClientLiveTests.cs | https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/tables/Azure.Data.Tables/tests/TableServiceClientLiveTests.cs | ghcode:00003:365389a8e84e | apache-2.0 | codeparrot/github-code | 365389a8e84e34ec2ee06168cb5ef83c1c92319d9eb3c350c16a35518e1759ec | 0.95 | testing_debugging_repair_refactoring | 2,509 | false | 2026-07-17 |
/*
* Copyright 2015 Stanislav Muhametsin. All rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* U... | CometaSolutions/CAM | Source/CILAssemblyManipulator.Tests/UtilPack/StringConversions.cs | https://github.com/CometaSolutions/CAM/blob/HEAD/Source/CILAssemblyManipulator.Tests/UtilPack/StringConversions.cs | ghcode:00003:54d63fff6005 | apache-2.0 | codeparrot/github-code | 54d63fff600519a2f6aaa2a267574614c3ebd8adb8cf3ded835069ef992acfb2 | 0.6 | testing_debugging_repair_refactoring | 814 | false | 2026-07-17 |
using NJsonSchema;
using System;
using System.Collections.Generic;
using System.Text;
using Threax.AspNetCore.Models;
namespace Threax.ModelGen.TestGenerators
{
public class ControllerTests
{
public static String Get(JsonSchema4 schema, String ns)
{
String Model, model;
... | threax/Threax.AspNetCore.Convention | src/Threax.ModelGen/TestGenerators/ControllerTests.cs | https://github.com/threax/Threax.AspNetCore.Convention/blob/HEAD/src/Threax.ModelGen/TestGenerators/ControllerTests.cs | ghcode:00003:c738bfe83fe6 | apache-2.0 | codeparrot/github-code | c738bfe83fe6580e2a59d300c0f63359a7a86bb96281a5db71f0e2c103655348 | 0.75 | testing_debugging_repair_refactoring | 779 | false | 2026-07-17 |
/*
<copyright file="WatchDirectoriesTest.cs">
Copyright 2015 MadDonkey Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unl... | fritogotlayed/DonkeySuite | source/app/Tests/DonkeySuite.Tests.DesktopMonitor.Domain/Model/Settings/WatchDirectoriesTest.cs | https://github.com/fritogotlayed/DonkeySuite/blob/HEAD/source/app/Tests/DonkeySuite.Tests.DesktopMonitor.Domain/Model/Settings/WatchDirectoriesTest.cs | ghcode:00003:9bedad779197 | apache-2.0 | codeparrot/github-code | 9bedad7791970c169467888dccc6f1083a6e1c3f6e487cb0d0c0127da09bc299 | 0.95 | testing_debugging_repair_refactoring | 794 | false | 2026-07-17 |
/*
Copyright (c) 2015, Alistair Singh
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the followin... | alistair-singh/tsqlc | src/tsqlc.Tests/LexerTests.cs | https://github.com/alistair-singh/tsqlc/blob/HEAD/src/tsqlc.Tests/LexerTests.cs | ghcode:00003:2b8b90826bec | bsd-2-clause | codeparrot/github-code | 2b8b90826bec1027ee169fab0b888d04136bd2f6c7531e14e29a03a7ed7fde5d | 0.68 | testing_debugging_repair_refactoring | 1,954 | false | 2026-07-17 |
using System;
using System.Threading;
using NUnit.Framework;
using SevenDigital.Messaging.EventHooks;
using SevenDigital.Messaging.Integration.Tests._Helpers;
using SevenDigital.Messaging.Integration.Tests._Helpers.Messages;
using SevenDigital.Messaging.MessageReceiving;
namespace SevenDigital.Messaging.Integ... | i-e-b/SevenDigital.Messaging | src/SevenDigital.Messaging.Integration.Tests/Api/UnregisteringHandlersTests.cs | https://github.com/i-e-b/SevenDigital.Messaging/blob/HEAD/src/SevenDigital.Messaging.Integration.Tests/Api/UnregisteringHandlersTests.cs | ghcode:00003:5d494868c08a | bsd-3-clause | codeparrot/github-code | 5d494868c08a78f411339be3d127eadc88a12eab12958d62830fd63d71865ff4 | 0.75 | testing_debugging_repair_refactoring | 459 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NiL.JS.Core;
using NiL.JS.Extensions;
namespace IntegrationTests.BaseLibrary
{
[TestClass]
public class StringTests
{
[TestI... | Oceanswave/NiL.JS | IntegrationTests/BaseLibrary/StringTests.cs | https://github.com/Oceanswave/NiL.JS/blob/HEAD/IntegrationTests/BaseLibrary/StringTests.cs | ghcode:00003:208d87d9761b | bsd-3-clause | codeparrot/github-code | 208d87d9761bbcc88f7c19d5a2f12a90102a056d5f948c5aa2873dfbcffdedfc | 0.75 | testing_debugging_repair_refactoring | 272 | false | 2026-07-17 |
namespace AjScript.Tests.Language
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AjScript.Commands;
using AjScript.Expressions;
using AjScript.Language;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
pu... | ajlopez/AjScript | src/AjScript.Tests/Language/FunctionTests.cs | https://github.com/ajlopez/AjScript/blob/HEAD/src/AjScript.Tests/Language/FunctionTests.cs | ghcode:00003:ef60db792cd2 | bsd-3-clause | codeparrot/github-code | ef60db792cd21e859b46fe34cedea367bbb8d55ae5c66c78fddad8409017ced6 | 0.75 | testing_debugging_repair_refactoring | 783 | false | 2026-07-17 |
// Copyright (C) 2011, Krzysztof Kozmic
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright
// notice, this li... | kkozmic/Norman | src/Norman/Norm.cs | https://github.com/kkozmic/Norman/blob/HEAD/src/Norman/Norm.cs | ghcode:00003:1e7a2acdaefa | bsd-3-clause | codeparrot/github-code | 1e7a2acdaefa90b2f2d3a287bd3247c5a76146add99d57d5a9efe67aa46de3bf | 0.7 | testing_debugging_repair_refactoring | 620 | false | 2026-07-17 |
using FasterTests.Core.Integration.Nunit;
using FasterTests.Tests.NunitTestAssembly;
using Machine.Specifications;
namespace FasterTests.Tests.Core.Integration.Nunit.TestEngineSpecs
{
[Subject(typeof(TestEngine))]
public class When_explicit_test_is_executed : TestEngineSpecification
{
Because of =... | devoyster/FasterTests | Source/Tests/Core/Integration/Nunit/TestEngineSpecs/When_explicit_test_is_executed.cs | https://github.com/devoyster/FasterTests/blob/HEAD/Source/Tests/Core/Integration/Nunit/TestEngineSpecs/When_explicit_test_is_executed.cs | ghcode:00003:a5cb9b626d17 | bsd-3-clause | codeparrot/github-code | a5cb9b626d17b7a665545296571f625381553ad0dafd2a370c553192dd3dbf73 | 0.85 | testing_debugging_repair_refactoring | 91 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Renci.SshNet.Tests.Common;
namespace Renci.SshNet.Tests.Classes.Sftp.Responses
{
[TestClass]
public class SftpNameResponseTest : TestBase
{
}
} | GenericHero/SSH.NET | src/Renci.SshNet.Tests/Classes/Sftp/Responses/SftpNameResponseTest.cs | https://github.com/GenericHero/SSH.NET/blob/HEAD/src/Renci.SshNet.Tests/Classes/Sftp/Responses/SftpNameResponseTest.cs | ghcode:00003:3eb8910492e0 | mit | codeparrot/github-code | 3eb8910492e0b25f316d3fbaf62f8ad4a931dc4b35ed34a98225f2597602d3a1 | 0.6 | testing_debugging_repair_refactoring | 50 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="FluentConfigTests.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>no summary</summary>
//--------------------------------------... | rockfordlhotka/csla | Source/csla.netcore.test/Configuration/FluentConfigTests.cs | https://github.com/rockfordlhotka/csla/blob/HEAD/Source/csla.netcore.test/Configuration/FluentConfigTests.cs | ghcode:00003:ae0006064d31 | mit | codeparrot/github-code | ae0006064d31907024e5d67a653d2a524d5b65a1ead6f6536b7e658aa98d43a5 | 0.85 | testing_debugging_repair_refactoring | 1,656 | false | 2026-07-17 |
using Jint.Parser;
using System.Linq;
using RequireJsNet.Compressor.Parsing;
using RequireJsNet.Compressor.Tests.Helpers;
using RequireJsNet.Configuration;
using RequireJsNet.Models;
using System.Collections.Generic;
using Xunit;
namespace RequireJSNet.Compressor.Tests
{
public class ProcessRequireCallShould
... | vtfuture/RequireJSDotNet | RequireJSNet.Compressor.Tests/Tests/RequireVisitor/ProcessRequireCallShould.cs | https://github.com/vtfuture/RequireJSDotNet/blob/HEAD/RequireJSNet.Compressor.Tests/Tests/RequireVisitor/ProcessRequireCallShould.cs | ghcode:00003:76a2de424a57 | mit | codeparrot/github-code | 76a2de424a578eafaa291132e9cc851dbede3f1da6a68ef7e410c8c37143b3e0 | 0.85 | testing_debugging_repair_refactoring | 616 | false | 2026-07-17 |
//The MIT License (MIT)
//
//Copyright 2015 Microsoft Corporation
//
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, cop... | v-zhongz/enhanced-monitoring-service | src/UnitTest/MonitorConfigurationTest.cs | https://github.com/v-zhongz/enhanced-monitoring-service/blob/HEAD/src/UnitTest/MonitorConfigurationTest.cs | ghcode:00003:0aeea7ae7cb0 | mit | codeparrot/github-code | 0aeea7ae7cb011b882d235e702c17755284492886bdb7a03e902f03e8d1e377f | 0.7 | testing_debugging_repair_refactoring | 594 | false | 2026-07-17 |
namespace Cars.Tests.JustMock
{
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Moq;
using Cars.Contracts;
using Cars.Data;
using Cars.Models;
[TestFixture]
public class CarsRepositoryTest
{
[Test]
public voi... | dobri19/OldRepos | Telerik/01-Programming-with-C#/02-C#-UnitTesting-2017-January/04-IsoMocking/Mock/Without/Cars.Tests.JustMock/CarsRepositoryTest.cs | https://github.com/dobri19/OldRepos/blob/HEAD/Telerik/01-Programming-with-C#/02-C#-UnitTesting-2017-January/04-IsoMocking/Mock/Without/Cars.Tests.JustMock/CarsRepositoryTest.cs | ghcode:00003:5e20db4e906f | mit | codeparrot/github-code | 5e20db4e906f5a3b02702693b9a09af705b7d25abe98fefdb78741ff4aa429bb | 0.85 | testing_debugging_repair_refactoring | 1,661 | false | 2026-07-17 |
using NUnit.Framework;
using OpenQA.Selenium.Environment;
using System;
namespace OpenQA.Selenium
{
public abstract class DriverTestFixture
{
public string alertsPage = EnvironmentManager.Instance.UrlBuilder.WhereIs("alerts.html");
public string macbethPage = EnvironmentManager.Instanc... | virajs/selenium-1 | dotnet/test/WebDriver.Common.Tests/DriverTestFixture.cs | https://github.com/virajs/selenium-1/blob/HEAD/dotnet/test/WebDriver.Common.Tests/DriverTestFixture.cs | ghcode:00003:f510632499bc | apache-2.0 | codeparrot/github-code | f510632499bcd23a782bbd4c7ad79ae9ed7e33382f501ebb1ff7c0f18a13f020 | 0.95 | testing_debugging_repair_refactoring | 1,381 | false | 2026-07-17 |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); yo... | Mpdreamz/lucene.net | test/core/Search/TestBooleanMinShouldMatch.cs | https://github.com/Mpdreamz/lucene.net/blob/HEAD/test/core/Search/TestBooleanMinShouldMatch.cs | ghcode:00003:06bb05edd9fa | apache-2.0 | codeparrot/github-code | 06bb05edd9fa8b7c50300bf076120deb443bf06d2a020de8bf805ae510f7c469 | 0.85 | testing_debugging_repair_refactoring | 4,979 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Xml.Linq;
using Eisk.DataAccess;
using Eisk.Helpers;
using Eisk.Models;
namespace Eisk
{
public static class TestDataHelper
{
public static Employee CreateEmployeeWithValidData(int id = 0)
... | eisk/eisk-asp.net-mvc-6.0 | Eisk.Web/Initializers/Context/Data Loader/TestDataHelper.cs | https://github.com/eisk/eisk-asp.net-mvc-6.0/blob/HEAD/Eisk.Web/Initializers/Context/Data Loader/TestDataHelper.cs | ghcode:00003:2f52e1971c5a | apache-2.0 | codeparrot/github-code | 2f52e1971c5aefb7fa82bbaca411c7af91a67db08cb2f261f0eb7d2049d3514f | 0.75 | testing_debugging_repair_refactoring | 594 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="TcpOperationsBenchmarks.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </cop... | simonlaroche/akka.net | src/benchmark/Akka.Benchmarks/IO/TcpOperationsBenchmarks.cs | https://github.com/simonlaroche/akka.net/blob/HEAD/src/benchmark/Akka.Benchmarks/IO/TcpOperationsBenchmarks.cs | ghcode:00003:d9fe0bfd5bb2 | apache-2.0 | codeparrot/github-code | d9fe0bfd5bb2914685b9d9f062b246479c7eb85f0edfb6a91f43e4eefd976ec9 | 0.85 | testing_debugging_repair_refactoring | 1,199 | false | 2026-07-17 |
// Taken from http://haacked.com/archive/2009/01/14/named-formats-redux.aspx
// Original author : Phil Haack
// Used with permission
// Adapted for nUnit
using System;
using NUnit.Framework;
using NUnit.Framework.SyntaxHelpers;
using nValid.Utilities.Formatting;
namespace nValid.Tests.Utilities.Formatting
... | modulexcite/nValid | src/nValid.Tests/Utilities/Formatting/StringFormatterTests.cs | https://github.com/modulexcite/nValid/blob/HEAD/src/nValid.Tests/Utilities/Formatting/StringFormatterTests.cs | ghcode:00003:88cb06e2e328 | apache-2.0 | codeparrot/github-code | 88cb06e2e3286c116047687a41eb6c23b87753c2f4dabb803b850ee190735d47 | 0.85 | testing_debugging_repair_refactoring | 1,396 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
using System.Threading.Tasks;
using System.Runtime.CompilerServices;
using System.Collections.Gener... | nbarbettini/corefx | src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.cs | ghcode:00003:93c315ec2980 | mit | codeparrot/github-code | 93c315ec298023e6af4fef0b33de5f4ef9736c1ee24153c3664b2bc111acb1aa | 0.85 | testing_debugging_repair_refactoring | 1,605 | false | 2026-07-17 |
using System.Collections.Generic;
using System.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using NetworkedPlanet.Brightstar;
using NetworkedPlanet.Brightstar.Storage;
using NetworkedPlanet.Rdf;
using VDS.RDF;
using VDS.RDF.Parsing;
using VDS.RDF.Query;
using System.Linq;
namespace NetworkedPl... | kentcb/BrightstarDB | src/tools/SparqlTestTasks/Sparql11Tests/JsonRes.cs | https://github.com/kentcb/BrightstarDB/blob/HEAD/src/tools/SparqlTestTasks/Sparql11Tests/JsonRes.cs | ghcode:00003:f0714c054147 | mit | codeparrot/github-code | f0714c05414767c48c7e5d006b5277d7bb60eb1d872f204f9927e89713464814 | 0.6 | testing_debugging_repair_refactoring | 437 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using System.Threading.Tasks;
using Nito.AsyncEx;
using System.Linq;
using System.Threading;
using System.Diagnostics.CodeAnalysis;
namespace Tests
{
[TestFixture]
public class AsyncConditionVariableUnitTests_NET40
{
[Test]
public void WaitAsync_Without... | hivepeople/AsyncEx | Source/Xamarin/IosUnitTests/AsyncConditionVariableUnitTests.cs | https://github.com/hivepeople/AsyncEx/blob/HEAD/Source/Xamarin/IosUnitTests/AsyncConditionVariableUnitTests.cs | ghcode:00003:198a15379db2 | mit | codeparrot/github-code | 198a15379db2d5cce190e93c3a067e99921704c8b2eacbd17a28020259bedc76 | 0.75 | testing_debugging_repair_refactoring | 661 | false | 2026-07-17 |
/*
* MindTouch Dream - a distributed REST framework
* Copyright (C) 2006-2014 MindTouch, Inc.
* www.mindtouch.com oss@mindtouch.com
*
* For community documentation and downloads visit mindtouch.com;
* please review the licensing section.
*
* Licensed under the Apache License, Version 2.0 (the "Licens... | PeteE/DReAM | src/tests/DreamMisc/DreamFeatureTests.cs | https://github.com/PeteE/DReAM/blob/HEAD/src/tests/DreamMisc/DreamFeatureTests.cs | ghcode:00003:e050dd7acc9b | apache-2.0 | codeparrot/github-code | e050dd7acc9b9f7a73caecdbf1caf53391f9ba04b68198e80cfa06665b710ffb | 0.95 | testing_debugging_repair_refactoring | 5,986 | false | 2026-07-17 |
#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using PlayFab.ServerModels;
namespace PlayFab.UUnit
{
public class PlayFabServerApiTest : UUnitTestCase
{
private static TestTitleData testTitleData;
private sta... | PlayFab/SDKGenerator | targets/csharp/source/PlayFabSDK/source/Uunit/tests/PlayFabServerApiTest.cs | https://github.com/PlayFab/SDKGenerator/blob/HEAD/targets/csharp/source/PlayFabSDK/source/Uunit/tests/PlayFabServerApiTest.cs | ghcode:00003:81691fad3506 | apache-2.0 | codeparrot/github-code | 81691fad35066c78f26718d6e30d20642f4219ccbac2736b837f6a62831c126e | 0.95 | testing_debugging_repair_refactoring | 2,830 | false | 2026-07-17 |
//
// Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net>
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of source code must retain the above co... | jkowalski/NLog | tests/NLog.UnitTests/Layouts/SimpleLayoutParserTests.cs | https://github.com/jkowalski/NLog/blob/HEAD/tests/NLog.UnitTests/Layouts/SimpleLayoutParserTests.cs | ghcode:00003:a7feacd778a2 | bsd-3-clause | codeparrot/github-code | a7feacd778a223d031ec609619d53b5477793c7463a2d84c98e9befaa8af7587 | 0.85 | testing_debugging_repair_refactoring | 2,476 | false | 2026-07-17 |
namespace Operations.RavenDB
{
using System;
using NUnit.Framework;
using Raven.Client.Document;
[TestFixture]
[Explicit]
public class UserCreationTests
{
[Test]
public void Foo()
{
using (DocumentStore documentStore = new DocumentStore
{
... | WojcikMike/docs.particular.net | Snippets/Operations/RavenDB/UserCreationTests.cs | https://github.com/WojcikMike/docs.particular.net/blob/HEAD/Snippets/Operations/RavenDB/UserCreationTests.cs | ghcode:00003:7538fae27746 | apache-2.0 | codeparrot/github-code | 7538fae2774645ffaeb4a19f2b483067901abe40ec103e440c674e6410b27da7 | 0.75 | testing_debugging_repair_refactoring | 106 | false | 2026-07-17 |
#region Copyright and license information
// Copyright 2010-2011 Jon Skeet
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
... | zhangz/edulinq | src/Edulinq.Tests/MaxTest.cs | https://github.com/zhangz/edulinq/blob/HEAD/src/Edulinq.Tests/MaxTest.cs | ghcode:00003:95dffb909ccf | apache-2.0 | codeparrot/github-code | 95dffb909ccf0d6e61e7f268d9c439557faa97ecbcb00141de807612300fd9bc | 0.7 | testing_debugging_repair_refactoring | 1,804 | false | 2026-07-17 |
/* Copyright (c) Citrix Systems Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice,... | cheng--zhang/xenadmin | XenAdminTests/TreeTests/FlickerFreeTreeViewTests.cs | https://github.com/cheng--zhang/xenadmin/blob/HEAD/XenAdminTests/TreeTests/FlickerFreeTreeViewTests.cs | ghcode:00003:96a22c69015b | bsd-2-clause | codeparrot/github-code | 96a22c69015b36453834d3df7929ec0aa863e310ee7a83ec20303d69de17f67a | 0.78 | testing_debugging_repair_refactoring | 2,035 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2010-2016 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without r... | OmicronPersei/nunit | src/NUnitFramework/tests/Internal/Results/TestResultFailureTests.cs | https://github.com/OmicronPersei/nunit/blob/HEAD/src/NUnitFramework/tests/Internal/Results/TestResultFailureTests.cs | ghcode:00003:b64c59225a1d | mit | codeparrot/github-code | b64c59225a1db1fae64f1377bcf8b0ff1b19b75578e0d3840d832c1a50d7aae0 | 0.95 | testing_debugging_repair_refactoring | 2,133 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using Xunit;
namespace System.Linq.Tests
{
public class LastTes... | BrennanConroy/corefx | src/System.Linq/tests/LastTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Linq/tests/LastTests.cs | ghcode:00003:07c2189a66d8 | mit | codeparrot/github-code | 07c2189a66d837103342936292b2b08fec19c405bdd8469ecaf6e8550408a761 | 0.95 | testing_debugging_repair_refactoring | 1,788 | false | 2026-07-17 |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | ilantukh/ignite | modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs | https://github.com/ilantukh/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs | ghcode:00003:79d475e7d10c | apache-2.0 | codeparrot/github-code | 79d475e7d10ca89088a7e51ea0967f7804b265791dcff7d27ee2dfc2218e9bb7 | 0.7 | testing_debugging_repair_refactoring | 7,234 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using System.Reflection;
using System.Globalization;
using Microsoft.Build.Framework;
using Microsoft.Build.Tasks;
using Microsoft.Buil... | danteinforno/msbuild | src/XMakeTasks/UnitTests/CreateCSharpManifestResourceName_Tests.cs | https://github.com/danteinforno/msbuild/blob/HEAD/src/XMakeTasks/UnitTests/CreateCSharpManifestResourceName_Tests.cs | ghcode:00003:15c987ea9d61 | mit | codeparrot/github-code | 15c987ea9d6130de08531f7cd44a80f7bea878f8791e75609780ae58d5568a0d | 0.85 | testing_debugging_repair_refactoring | 5,166 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
using Microsoft.AzureStack.Management.InfrastructureInsights.Admin;
using Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models;
using Xunit;... | SiddharthChatrolaMs/azure-sdk-for-net | src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ServiceHealthTests.cs | https://github.com/SiddharthChatrolaMs/azure-sdk-for-net/blob/HEAD/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ServiceHealthTests.cs | ghcode:00003:f7d01156aea5 | apache-2.0 | codeparrot/github-code | f7d01156aea507cae95d4f6d4287105f75a6778ffb8b5ada91737a7b173a587b | 0.95 | testing_debugging_repair_refactoring | 455 | false | 2026-07-17 |
using NUnit.Framework;
namespace FullSerializer.Tests.LegacyData {
public class LegacyDataTests {
[Test]
public void ImportLegacyInheritance() {
fsData data = fsData.CreateDictionary();
data.AsDictionary["Type"] = new fsData("System.Int32");
data.AsDictionary["D... | lazlo-bonin/fullserializer | Testing/Editor/LegacyDataTests.cs | https://github.com/lazlo-bonin/fullserializer/blob/HEAD/Testing/Editor/LegacyDataTests.cs | ghcode:00003:801941356ced | mit | codeparrot/github-code | 801941356cedf43f74061272c86221a281f4c2465082e68172018204a0c81aab | 0.75 | testing_debugging_repair_refactoring | 317 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Azure.Management.Compute;
using Microsoft.Azure.Management.Compute.Models;
using Microsoft.Azure.Management.ResourceManager;
using Microsoft.Azure.Management.ResourceManager.Models;
using ... | yugangw-msft/azure-sdk-for-net | sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPHyperVGenerationTests.cs | https://github.com/yugangw-msft/azure-sdk-for-net/blob/HEAD/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPHyperVGenerationTests.cs | ghcode:00003:5919ed646f4b | apache-2.0 | codeparrot/github-code | 5919ed646f4be4c613ba78e6964c189b02b9165de503ff83876f360249bdb0bb | 0.95 | testing_debugging_repair_refactoring | 827 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
in... | paladique/roslyn | src/Compilers/CSharp/Portable/Binder/BinderFactory.cs | https://github.com/paladique/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/BinderFactory.cs | ghcode:00003:aea49a8b96e1 | apache-2.0 | codeparrot/github-code | aea49a8b96e1344a436c200afcc24a0e011ba6b966212592e10138a02ba123de | 0.85 | testing_debugging_repair_refactoring | 1,323 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.IO;
namespace RunTests
{
internal readonly stru... | physhi/roslyn | src/Tools/Source/RunTests/ITestExecutor.cs | https://github.com/physhi/roslyn/blob/HEAD/src/Tools/Source/RunTests/ITestExecutor.cs | ghcode:00003:ff85bbccf330 | apache-2.0 | codeparrot/github-code | ff85bbccf330c69c61d31567a22cca59802f3817f63c43cd8ad62551455b1425 | 0.85 | testing_debugging_repair_refactoring | 804 | false | 2026-07-17 |
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) Under one or more
contributor license agreements. See the NOTICE file distributed with
this work for Additional information regarding copyright ownership.
The ASF licenses this file to ... | antony-liu/npoi | testcases/main/HSSF/Model/TestEscherRecordFactory.cs | https://github.com/antony-liu/npoi/blob/HEAD/testcases/main/HSSF/Model/TestEscherRecordFactory.cs | ghcode:00003:13511417c1f1 | apache-2.0 | codeparrot/github-code | 13511417c1f15ce028334e1919df74a5681630881bda04d277e6f07227a5b29c | 0.85 | testing_debugging_repair_refactoring | 1,210 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="RemoteMetricsSpec.cs" company="Akka.NET Project">
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
// </copyrigh... | alexpantyukhin/akka.net | src/core/Akka.Remote.Tests/RemoteMetricsSpec.cs | https://github.com/alexpantyukhin/akka.net/blob/HEAD/src/core/Akka.Remote.Tests/RemoteMetricsSpec.cs | ghcode:00003:0dcabc3dd6fb | apache-2.0 | codeparrot/github-code | 0dcabc3dd6fb8c2fb0479352602054206197524355490bd60c9a3dcc5d97825b | 0.85 | testing_debugging_repair_refactoring | 903 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Text;
using S... | DavidKarlas/roslyn | src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_DoStatement.cs | https://github.com/DavidKarlas/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_DoStatement.cs | ghcode:00003:82c574964d1a | apache-2.0 | codeparrot/github-code | 82c574964d1a5df2c645f5c1db08ea7803d7861ddc58d3f7b1f74f1e1a01fabb | 0.85 | testing_debugging_repair_refactoring | 392 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// <copyright file="XmlQueryType.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" primary="true">[....]</owner>
// <owner current="false">[....]</owner>
//-... | sekcheong/referencesource | System.Data.SqlXml/System/Xml/Xsl/XmlQueryType.cs | https://github.com/sekcheong/referencesource/blob/HEAD/System.Data.SqlXml/System/Xml/Xsl/XmlQueryType.cs | ghcode:00003:2bbc3e2fe29b | mit | codeparrot/github-code | 2bbc3e2fe29bac8c93980fab4538f8c67a3ddd07fc49fe8d95068a4c646d32f3 | 0.7 | testing_debugging_repair_refactoring | 7,616 | false | 2026-07-17 |
using Xunit;
namespace Jint.Tests.Ecma
{
public class Test_8_6_1 : EcmaTest
{
[Fact]
[Trait("Category", "8.6.1")]
public void APropertyCanHaveAttributeReadonlyLikeEInMath()
{
RunTest(@"TestCases/ch08/8.6/8.6.1/S8.6.1_A1.js", false);
}
[Fact]
[Trait("C... | mgentile/jint | Jint.Tests.Ecma/Ecma/8.6.1.cs | https://github.com/mgentile/jint/blob/HEAD/Jint.Tests.Ecma/Ecma/8.6.1.cs | ghcode:00003:fac315e2e35b | bsd-2-clause | codeparrot/github-code | fac315e2e35b05a90e6f9cc39c8448c1b3452be79e0438462a01908c849bcb95 | 0.68 | testing_debugging_repair_refactoring | 241 | false | 2026-07-17 |
//Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD
//http://code.google.com/p/moq/
//All rights reserved.
//Redistribution and use in source and binary forms,
//with or without modification, are permitted provided
//that the following conditions are met:
// * Redistributions of source... | HelloKitty/moq4 | Source/MockBehavior.cs | https://github.com/HelloKitty/moq4/blob/HEAD/Source/MockBehavior.cs | ghcode:00003:b9d222767ede | bsd-3-clause | codeparrot/github-code | b9d222767ede137fe044182647fde3c745d341666f5eed304d244bc0419cc3e0 | 0.7 | testing_debugging_repair_refactoring | 573 | false | 2026-07-17 |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apa... | praveennet/azure-powershell | src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs | https://github.com/praveennet/azure-powershell/blob/HEAD/src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs | ghcode:00003:ec37bdddb2b1 | apache-2.0 | codeparrot/github-code | ec37bdddb2b1a8b79d2708db59388af9f8770aa5c51f874fe02d3716d1508255 | 0.85 | testing_debugging_repair_refactoring | 1,002 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using... | shimingsg/corefx | src/System.Private.Xml.Linq/tests/TreeManipulation/XNodeSequenceRemove.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Private.Xml.Linq/tests/TreeManipulation/XNodeSequenceRemove.cs | ghcode:00003:795c7663b61d | mit | codeparrot/github-code | 795c7663b61d0a7ad2fe131b4185c931a489bbb71420a044d67262154f6c30e8 | 0.95 | testing_debugging_repair_refactoring | 8,037 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Xunit;
namespace System.Xml.Tests
{
public class IndexerTests
{
private XmlDocument CreateDoc... | shimingsg/corefx | src/System.Private.Xml/tests/XmlDocument/XmlAttributeCollectionTests/IndexerTests.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Private.Xml/tests/XmlDocument/XmlAttributeCollectionTests/IndexerTests.cs | ghcode:00003:7ce44e6c7bb4 | mit | codeparrot/github-code | 7ce44e6c7bb4443c04a10164a47edc2dc3b57eac8ef310422d2baf08b8e30a04 | 0.95 | testing_debugging_repair_refactoring | 1,392 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Runtime.Seria... | vs-team/corefx | src/System.Runtime.Serialization.Xml/tests/SerializationTypes.cs | https://github.com/vs-team/corefx/blob/HEAD/src/System.Runtime.Serialization.Xml/tests/SerializationTypes.cs | ghcode:00003:0b1e81c737dd | mit | codeparrot/github-code | 0b1e81c737dd211bb6cce6b1017abce1d9ad43b8bf31bca0e28afec4830748d4 | 0.95 | testing_debugging_repair_refactoring | 10,971 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Globalization;
using System.Threading;
namespace Microsoft.CodeAnalysis.CSharp.Sy... | balazssimon/meta-cs | src/Main/MetaDslx.CodeAnalysis.CSharp/Symbols/Wrapped/WrappedEventSymbol.cs | https://github.com/balazssimon/meta-cs/blob/HEAD/src/Main/MetaDslx.CodeAnalysis.CSharp/Symbols/Wrapped/WrappedEventSymbol.cs | ghcode:00003:5a551fd8a6f1 | apache-2.0 | codeparrot/github-code | 5a551fd8a6f18b7643821f2eb1e79e280cf1375f8e07660624579865954e6384 | 0.7 | testing_debugging_repair_refactoring | 726 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// Code adapted from https://blogs.msdn.microsoft.com/haibo_luo/2010/04/19/ilvisualizer-2010-solution
using System.... | nbarbettini/corefx | src/System.Linq.Expressions/tests/ILReader/TokenResolver.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Linq.Expressions/tests/ILReader/TokenResolver.cs | ghcode:00003:0f8af617c345 | mit | codeparrot/github-code | 0f8af617c34589ce5bb68afdfd5000d48dde362f2834993289a3fe2d1b7aa210 | 0.95 | testing_debugging_repair_refactoring | 839 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilitie... | jhendrixMSFT/roslyn | src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/TypeKindTests.cs | https://github.com/jhendrixMSFT/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/TypeKindTests.cs | ghcode:00003:a15f281d03c9 | apache-2.0 | codeparrot/github-code | a15f281d03c9adf965a4e6f66cef02e0b506e2ded83e5f9cbfa62f1f1eb6dfed | 0.85 | testing_debugging_repair_refactoring | 613 | false | 2026-07-17 |
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.Extensions.Logging;
using Moq;
using NServiceBus;
using NUnit.Framework;
using SFA.DAS.Commitments.Events;
using SFA.DAS.CommitmentsV2.Domain.Interfaces;
using SFA.DAS.CommitmentsV2.MessageHandlers.EventHandlers;
using SFA.DAS.CommitmentsV2.Messages.Even... | SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.MessageHandlers.UnitTests/EventHandlers/ApprenticeshipUpdatesCancelledEventHandlerTests.cs | https://github.com/SkillsFundingAgency/das-commitments/blob/HEAD/src/CommitmentsV2/SFA.DAS.CommitmentsV2.MessageHandlers.UnitTests/EventHandlers/ApprenticeshipUpdatesCancelledEventHandlerTests.cs | ghcode:00003:7c9ad1e161b8 | mit | codeparrot/github-code | 7c9ad1e161b8ce55ee5112f2f437abb9f560e894342edf3416f8e229e1a2545e | 0.75 | testing_debugging_repair_refactoring | 557 | false | 2026-07-17 |
using System.Linq;
using System.Threading.Tasks;
using Content.Server.Destructible;
using Content.Server.Destructible.Thresholds;
using Content.Server.Destructible.Thresholds.Behaviors;
using Content.Server.Destructible.Thresholds.Triggers;
using Content.Shared.Damage;
using Content.Shared.Damage.Prototypes;
using Cont... | space-wizards/space-station-14 | Content.IntegrationTests/Tests/Destructible/DestructibleThresholdActivationTest.cs | https://github.com/space-wizards/space-station-14/blob/HEAD/Content.IntegrationTests/Tests/Destructible/DestructibleThresholdActivationTest.cs | ghcode:00003:1c38b23c911c | mit | codeparrot/github-code | 1c38b23c911c4dcd73a94e4d3552c5a8cb669143da403c09389ccbd179d06a79 | 0.95 | testing_debugging_repair_refactoring | 2,588 | false | 2026-07-17 |
using HeroSiege.FTexture2D;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework.Graphics;
using HeroSiege.FTexture2D.FAnimation;
using HeroSiege.Manager;
using Microsoft.Xna.Framework;
using HeroSiege.GameWorld;
using HeroSiege.FGameObject;
namespace Her... | Gordox/ArcadeGame | HeroSiege_ArcadeMachine/HeroSiege/FEntity/Players/TestPlayer.cs | https://github.com/Gordox/ArcadeGame/blob/HEAD/HeroSiege_ArcadeMachine/HeroSiege/FEntity/Players/TestPlayer.cs | ghcode:00003:8d5a3c0a52cf | mit | codeparrot/github-code | 8d5a3c0a52cf298b60bd547fc000197b934ed212046f5143adf371c2421e26dd | 0.85 | testing_debugging_repair_refactoring | 1,779 | false | 2026-07-17 |
using Simples.SouthAfrican;
using System.Collections.Generic;
using Xunit;
namespace SimplesTests.SouthAfrican
{
public class TweetaligTests
{
[Theory]
[MemberData(nameof(GetTestData))]
public void Parse_HasEnglish(string full, string eng, string afr)
{
Tweetalig re... | Thorocaine/Simples | tests/SimplesTests/SouthAfrican/TweetaligTests.cs | https://github.com/Thorocaine/Simples/blob/HEAD/tests/SimplesTests/SouthAfrican/TweetaligTests.cs | ghcode:00003:193a67ecef5d | mit | codeparrot/github-code | 193a67ecef5d472dff5e06d2f7c10e0cbdcaf8e6cdff7d64dd328e0d0894e2f3 | 0.75 | testing_debugging_repair_refactoring | 284 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Moq;
using Nancy;
using Nancy.Testing;
using Xunit;
namespace RobPearson.NancySpike.Test
{
public class TransitTimetableModuleTest
{
[Fact]
public void Can_Get_Request()
{
// Given
var brow... | robpearson/NancySpike | RobPearson.NancySpike/RobPearson.NancySpike.Test/TransitTimetableModuleTest.cs | https://github.com/robpearson/NancySpike/blob/HEAD/RobPearson.NancySpike/RobPearson.NancySpike.Test/TransitTimetableModuleTest.cs | ghcode:00003:8f2669597e82 | mit | codeparrot/github-code | 8f2669597e82a90d2e2a6e1b5074a036d85e1538931f087d24b8ac215d4ff337 | 0.7 | testing_debugging_repair_refactoring | 995 | false | 2026-07-17 |
using System.Security.Cryptography.X509Certificates;
using System.Security.Principal;
using Scrumfish.WebApi.v2.Objects.Interfaces;
namespace Scrumfish.WebApi.v2.Filters.Tests.Mock
{
public class AuthenticateMock : ICertificateAuthenticationProvider
{
public bool ValidateReturnValue { get; set... | scrumfish/ApiClientCertificateAttribute | ScrumfishApiClientSolution/src/Scrumfish.WebApi.v2.Filters.Tests.Mock/AuthenticateMock.cs | https://github.com/scrumfish/ApiClientCertificateAttribute/blob/HEAD/ScrumfishApiClientSolution/src/Scrumfish.WebApi.v2.Filters.Tests.Mock/AuthenticateMock.cs | ghcode:00003:27c616cde206 | mit | codeparrot/github-code | 27c616cde206be07f59f9b8e8086f12a412b74b34f2b93f0a774b71b592beec2 | 0.85 | testing_debugging_repair_refactoring | 170 | false | 2026-07-17 |
using System.Linq;
using Marten.Schema;
using Xunit;
namespace Marten.Testing.Bugs
{
public class Bug_593_patch_doc_function_should_be_built_in_designated_schema : IntegratedFixture
{
[Fact]
public void should_stick_the_patch_doc_function_in_the_right_schema()
{
StoreOption... | jokokko/marten | src/Marten.Testing/Bugs/Bug_593_patch_doc_function_should_be_built_in_designated_schema.cs | https://github.com/jokokko/marten/blob/HEAD/src/Marten.Testing/Bugs/Bug_593_patch_doc_function_should_be_built_in_designated_schema.cs | ghcode:00003:09f1a62ae123 | mit | codeparrot/github-code | 09f1a62ae1239a8686edb9e21baeb8c6772ddc458df873782f6b393d57e59ce8 | 0.6 | testing_debugging_repair_refactoring | 132 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Nimbus.Infrastructure;
using Nimbus.Interceptors.Inbound;
using Nimbus.Tests.Common;
using Nimbus.Tests.Common.TestUtilities;
namespace Nimbus.IntegrationTests.Tests.InterceptorTests.Interceptors
{
public class SomeBaseMethodLevelInterceptorForFoo : InboundInterce... | KodrAus/Nimbus | src/Tests/Nimbus.IntegrationTests/Tests/InterceptorTests/Interceptors/SomeBaseMethodLevelInterceptorForFoo.cs | https://github.com/KodrAus/Nimbus/blob/HEAD/src/Tests/Nimbus.IntegrationTests/Tests/InterceptorTests/Interceptors/SomeBaseMethodLevelInterceptorForFoo.cs | ghcode:00003:f8f161f38b14 | mit | codeparrot/github-code | f8f161f38b14e23ad3d6a578a3499d16c1ddbeaf4d7ef97a46279de63f0b2d2a | 0.85 | testing_debugging_repair_refactoring | 243 | false | 2026-07-17 |
using TestStack.BDDfy;
namespace TestableWebApi.Tests.Acceptance.NewsService.US003
{
[Story(
Title = "US003 - Viewing News Stories",
AsA = "As a User",
IWant = "I want to view News Stories",
SoThat = "So that I can keep current on what is happening")]
public class ViewingNewsSto... | mwhelan/WebApi2Testing | src/TestableWebApi.Tests.Acceptance/NewsService/US003/ViewingNewsStoriesStory.cs | https://github.com/mwhelan/WebApi2Testing/blob/HEAD/src/TestableWebApi.Tests.Acceptance/NewsService/US003/ViewingNewsStoriesStory.cs | ghcode:00003:0567d989b809 | mit | codeparrot/github-code | 0567d989b809248c64e41181f010790df7fabd3e9728c6e0883415851d644a45 | 0.75 | testing_debugging_repair_refactoring | 90 | false | 2026-07-17 |
/********************************************************************
The Multiverse Platform is made available under the MIT License.
Copyright (c) 2012 The Multiverse Foundation
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "... | longde123/MultiversePlatform | client/TestClient/TestClient.cs | https://github.com/longde123/MultiversePlatform/blob/HEAD/client/TestClient/TestClient.cs | ghcode:00003:5d2b79d3ddd3 | mit | codeparrot/github-code | 5d2b79d3ddd335cc187b6be35804775f21916031f7ca1f951b003de998ff69c7 | 0.85 | testing_debugging_repair_refactoring | 6,522 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using ApiTemplate.Api.Application.Features.MasterFiles;
using ApiTemplate.Api.Contracts;
using ApiTemplate.Api.Domain.Model.MasterFiles;
using FluentAssertions;
using Specs.Library.Builders.Entities.MasterFiles;
using ... | mwhelan/Specify | src/Samples/AspNetCoreApi/specs/Specs.Acceptance/_CurrentSprint/MasterFiles/DisposalReasons/UpdateMany/UpdateCannotCreateDisposalReason.cs | https://github.com/mwhelan/Specify/blob/HEAD/src/Samples/AspNetCoreApi/specs/Specs.Acceptance/_CurrentSprint/MasterFiles/DisposalReasons/UpdateMany/UpdateCannotCreateDisposalReason.cs | ghcode:00003:0f8b3de5e36e | mit | codeparrot/github-code | 0f8b3de5e36e6a9c6e14fe8774de1faaef06cd20f1f7b53b603478cf73278a35 | 0.75 | testing_debugging_repair_refactoring | 402 | false | 2026-07-17 |
#region License
//Copyright(c) 2017 Aleksey Solonchev
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, modify, me... | SupercondActor/email-template-engine | SupercondActor.Utils.TemplateEngine/UnitTests/MultithreadingTests.cs | https://github.com/SupercondActor/email-template-engine/blob/HEAD/SupercondActor.Utils.TemplateEngine/UnitTests/MultithreadingTests.cs | ghcode:00003:bd707988b66f | mit | codeparrot/github-code | bd707988b66f40ed6f5fa54c1793e6d6e185799884a8fc02787c190e25875c5b | 0.85 | testing_debugging_repair_refactoring | 472 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.