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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
// 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 Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit;
using Xunit.Abstra... | weltkante/roslyn | src/Compilers/CSharp/Test/Syntax/Parsing/PatternParsingTests.cs | https://github.com/weltkante/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/Parsing/PatternParsingTests.cs | ghcode:00006:fced27a3eb2a | apache-2.0 | codeparrot/github-code | fced27a3eb2ac41f505a813998dda46448713091b5a74c7e24d99fb81b3c2a27 | 0.95 | testing_debugging_repair_refactoring | 6,710 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using Azure.Messaging.ServiceBus.Core;
using NUnit.Framework;
namespace Azure.Messaging.ServiceBus.Tests.Client
{
public class ConnectionStringParserTests
{
... | stankovski/azure-sdk-for-net | sdk/servicebus/Azure.Messaging.ServiceBus/tests/Client/ConnectionStringParserTests.cs | https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Client/ConnectionStringParserTests.cs | ghcode:00006:cc0ef6769cc2 | apache-2.0 | codeparrot/github-code | cc0ef6769cc266024e3c055a7bd7a3470104bb94d0d2faba2a14a13aa09dce25 | 0.95 | testing_debugging_repair_refactoring | 678 | 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/Index/TestCompoundFile.cs | https://github.com/Mpdreamz/lucene.net/blob/HEAD/test/core/Index/TestCompoundFile.cs | ghcode:00006:e6eabb0d4d50 | apache-2.0 | codeparrot/github-code | e6eabb0d4d5075d44a8b7f12a35f64569f61531035f6843f7df2106bcbec7f93 | 0.85 | testing_debugging_repair_refactoring | 5,902 | false | 2026-07-17 |
// This file is part of YamlDotNet - A .NET library for YAML.
// Copyright (c) Antoine Aubry and contributors
// 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 restric... | Schumix/YamlDotNet | YamlDotNet.Test/Serialization/ObjectFactoryTests.cs | https://github.com/Schumix/YamlDotNet/blob/HEAD/YamlDotNet.Test/Serialization/ObjectFactoryTests.cs | ghcode:00006:5e8f60581b7e | mit | codeparrot/github-code | 5e8f60581b7e075c6555ca204c6d43ddfa262e9ed1b78e3404d3c2b10c5071b4 | 0.85 | testing_debugging_repair_refactoring | 455 | false | 2026-07-17 |
namespace FakeItEasy.IntegrationTests
{
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using FakeItEasy.Configuration;
using FakeItEasy.Core;
using FakeItEasy.Tests.TestHelpers;
using FluentAssertions;
using Xunit;
public class Gene... | thomaslevesque/FakeItEasy | tests/FakeItEasy.IntegrationTests/GeneralTests.cs | https://github.com/thomaslevesque/FakeItEasy/blob/HEAD/tests/FakeItEasy.IntegrationTests/GeneralTests.cs | ghcode:00006:4c7c3af9c0e1 | mit | codeparrot/github-code | 4c7c3af9c0e1ea0a1e6c26573c237668de91529d3fb64d45a5ea5b0b454f88a4 | 0.85 | testing_debugging_repair_refactoring | 2,016 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading.Tasks;
using Octokit.Tests.Integration.Helpers;
using Xunit;
namespace Octokit.Tests.Integration.Clients
{
public class IssueTimelineClientTests : IDisposable
{
private readonly IIssueTimelineClient _issueTimelineClient;
private readonly ... | shiftkey/octokit.net | Octokit.Tests.Integration/Clients/IssueTimelineClientTests.cs | https://github.com/shiftkey/octokit.net/blob/HEAD/Octokit.Tests.Integration/Clients/IssueTimelineClientTests.cs | ghcode:00006:cd6ab1436a92 | mit | codeparrot/github-code | cd6ab1436a9235bc9639453d8a365b12646ad3386da2790877ee28bf81fc8542 | 0.85 | testing_debugging_repair_refactoring | 1,877 | false | 2026-07-17 |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license.
//
// Microsoft Bot Framework: http://botframework.com
//
// Bot Builder SDK Github:
// https://github.com/Microsoft/BotBuilder
//
// Copyright (c) Microsoft Corporation
// All rights reserved.
//
// MIT License:
// Permission ... | xiangyan99/BotBuilder | CSharp/Tests/Microsoft.Bot.Sample.Tests/SimpleAlarmBotTests.cs | https://github.com/xiangyan99/BotBuilder/blob/HEAD/CSharp/Tests/Microsoft.Bot.Sample.Tests/SimpleAlarmBotTests.cs | ghcode:00006:c2eebf60b11b | mit | codeparrot/github-code | c2eebf60b11b7e0fdde9f687bb26b17f6c7c949d2490e2cf076ea7529ceaa5f7 | 0.95 | testing_debugging_repair_refactoring | 1,346 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Diagnostics.CodeAnalysis;
using FluentAssertions;
using Microsoft.Languages.Core.Formatting;
using Microsoft.R.Core.Formatting;
using Microsoft.UnitTest... | AlexanderSher/RTVS | src/R/Core/Test/Formatting/FormatConditionalsTest.cs | https://github.com/AlexanderSher/RTVS/blob/HEAD/src/R/Core/Test/Formatting/FormatConditionalsTest.cs | ghcode:00006:d9b3a69126ac | mit | codeparrot/github-code | d9b3a69126ac33f17686a3496be1d4ea03c3a592587fc89e7f159bdd30546986 | 0.85 | testing_debugging_repair_refactoring | 2,152 | 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.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System... | poizan42/coreclr | src/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs | https://github.com/poizan42/coreclr/blob/HEAD/src/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs | ghcode:00006:3bee69600086 | mit | codeparrot/github-code | 3bee696000862319929351278e9bd1379ed5693334031fe3043416e34098d759 | 0.57 | testing_debugging_repair_refactoring | 11,203 | 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.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Syste... | DustinCampbell/roslyn | src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs | https://github.com/DustinCampbell/roslyn/blob/HEAD/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs | ghcode:00006:4658264d6875 | apache-2.0 | codeparrot/github-code | 4658264d68750e28066f91f1946859ee5b89224da2a8219d0f17b1bcb87b75c0 | 0.85 | testing_debugging_repair_refactoring | 1,680 | 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.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
usi... | MichalStrehovsky/roslyn | src/Compilers/Test/Utilities/CSharp/Extensions.cs | https://github.com/MichalStrehovsky/roslyn/blob/HEAD/src/Compilers/Test/Utilities/CSharp/Extensions.cs | ghcode:00006:4a6726d32556 | apache-2.0 | codeparrot/github-code | 4a6726d325569901fb6dcad38b37d94bb7f6a755e317e5ba6ddb928ce6fecce4 | 0.95 | testing_debugging_repair_refactoring | 4,250 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using JetBrains.Annotations;
namespace Shouldly
{
[DebuggerStepThrough]
[ShouldlyMethods]
public static class ShouldBeDictionaryTestExtensions
{
public static void ShouldContainKey<TKey, TValue>(this IDictionary<TKey, ... | ankurMalhotra/shouldly | src/Shouldly/ShouldlyExtensionMethods/ShouldBeDictionaryTestExtensions.cs | https://github.com/ankurMalhotra/shouldly/blob/HEAD/src/Shouldly/ShouldlyExtensionMethods/ShouldBeDictionaryTestExtensions.cs | ghcode:00006:5d7c0fc6aa6b | bsd-3-clause | codeparrot/github-code | 5d7c0fc6aa6b0a39deb3044b6a89079708ab7cadbdee53a81451d17fc61e3415 | 0.6 | testing_debugging_repair_refactoring | 700 | false | 2026-07-17 |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#define K64F
namespace Microsoft.Zelig.Test.mbed.SimpleNet
{
using System.Net.Sockets;
using System.Net;
using System.Threading;
using Microsoft.Llilum.Lwip;
using Microsoft.Zelig.Runtime;
using System.Text;
... | smaillet-ms/llilum | Zelig/Zelig/Test/mbed/SimpleNet/Program.cs | https://github.com/smaillet-ms/llilum/blob/HEAD/Zelig/Zelig/Test/mbed/SimpleNet/Program.cs | ghcode:00006:0dd3bf061922 | mit | codeparrot/github-code | 0dd3bf0619220e0b484a55f58e57a01148b4d85644830c88decb4a5369e4b2ea | 0.95 | testing_debugging_repair_refactoring | 508 | false | 2026-07-17 |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Taiko.UI;
using osuT... | ppy/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneInputDrum.cs | https://github.com/ppy/osu/blob/HEAD/osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneInputDrum.cs | ghcode:00006:8a430bc5f3d3 | mit | codeparrot/github-code | 8a430bc5f3d334d1bb451e9497f207493270bd43f005cfda2da9a5df632cf240 | 0.75 | testing_debugging_repair_refactoring | 276 | false | 2026-07-17 |
namespace FakeItEasy.Tests
{
using System.Linq;
using FakeItEasy.Configuration;
using NUnit.Framework;
[TestFixture]
public class MustHaveHappenedExtensionsTests : ConfigurableServiceLocatorTestBase
{
[Test]
public void MustHaveHappened_should_call_configuration_with_r... | khellang/FakeItEasy | Source/FakeItEasy.Tests/AssertConfigurationExtensionsTests.cs | https://github.com/khellang/FakeItEasy/blob/HEAD/Source/FakeItEasy.Tests/AssertConfigurationExtensionsTests.cs | ghcode:00006:c6446a8e895a | mit | codeparrot/github-code | c6446a8e895aaf0c4e5563de1d50c144e10f0f051ea215e5436a3d12e518fcba | 0.85 | testing_debugging_repair_refactoring | 391 | false | 2026-07-17 |
/*
* Unity VSCode Support
*
* Seamless support for Microsoft Visual Studio Code in Unity
*
* Version:
* 2.7
*
* Authors:
* Matthew Davey <matthew.davey@dotbunny.com>
*/
namespace dotBunny.Unity
{
using System;
using System.IO;
using System.Text.RegularExpressions;
using UnityEditor;
us... | yuiyoichi/konnichiwa-unity | Assets/Plugins/Editor/VSCode.cs | https://github.com/yuiyoichi/konnichiwa-unity/blob/HEAD/Assets/Plugins/Editor/VSCode.cs | ghcode:00006:d73694d26d6b | mit | codeparrot/github-code | d73694d26d6ba38a906c41e3f5066e66a915d95b559ede24fb0d4b21a84d80b9 | 0.7 | testing_debugging_repair_refactoring | 9,715 | 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 Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.CSharp.T... | jmarolf/roslyn | src/Compilers/CSharp/Test/Syntax/Syntax/SyntaxTokenListTests.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/Syntax/SyntaxTokenListTests.cs | ghcode:00006:25a30f1b2654 | mit | codeparrot/github-code | 25a30f1b26544395f95256f04f24c762f7b7eeead31fb027b617b3a524a15e58 | 0.95 | testing_debugging_repair_refactoring | 2,427 | 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.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection;
using Microsoft.CodeAn... | ValentinRueda/roslyn | src/Compilers/CSharp/Portable/Emitter/Model/PEAssemblyBuilder.cs | https://github.com/ValentinRueda/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Emitter/Model/PEAssemblyBuilder.cs | ghcode:00006:3b50bdd290cc | apache-2.0 | codeparrot/github-code | 3b50bdd290cc71e3ffa2884aeec1808442fdaea75d297057bb8d3e707e15b9d7 | 0.85 | testing_debugging_repair_refactoring | 1,340 | 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 Y... | stuartwmurray/npoi | testcases/main/HSSF/Record/TestExtendedFormatRecord.cs | https://github.com/stuartwmurray/npoi/blob/HEAD/testcases/main/HSSF/Record/TestExtendedFormatRecord.cs | ghcode:00006:503b68e01596 | apache-2.0 | codeparrot/github-code | 503b68e0159654a39366698500378e7c47eadf9b17b141ab604e147a0b14f7f2 | 0.85 | testing_debugging_repair_refactoring | 1,367 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Management.Automation;
using Moq;
using NuGet.Resolver;
using NuGet.Test;
using NuGet.Test.Mocks;
using NuGet.VisualStudio;
using NuGet.VisualStudio.Test;
using Xunit;
namespace NuGet.PowerShell.Commands.Test
{
public class UninstallPackageCommandTest
... | mrward/NuGet.V2 | test/PowerShellCmdlets.Test/UninstallPackageCommandTest.cs | https://github.com/mrward/NuGet.V2/blob/HEAD/test/PowerShellCmdlets.Test/UninstallPackageCommandTest.cs | ghcode:00006:f5930b465d7d | apache-2.0 | codeparrot/github-code | f5930b465d7d796183f5341cba1007604c160eb35283357c6af345c28a3bbf97 | 0.7 | testing_debugging_repair_refactoring | 1,587 | false | 2026-07-17 |
using System;
#if NET40 || NET45
using System.Runtime.Serialization;
#endif
namespace FluentAssertions.Execution
{
/// <summary>
/// Represents the default exception in case no test framework is configured.
/// </summary>
#if NET40 || NET45
[Serializable]
#endif
public class AssertionFailedExcepti... | rstam/fluentassertions | Src/Shared/Execution/AssertionFailedException.cs | https://github.com/rstam/fluentassertions/blob/HEAD/Src/Shared/Execution/AssertionFailedException.cs | ghcode:00006:207cff243ba8 | apache-2.0 | codeparrot/github-code | 207cff243ba84b020e929c776010687ba6c5fe299fb4e1f1dee5f36455fd8075 | 0.7 | testing_debugging_repair_refactoring | 132 | 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.Reflection;
using System.Reflection.Emit;
using Xunit;
namespace System.Reflection.Emit.... | shahid-pk/corefx | src/System.Reflection.Emit.ILGeneration/tests/SignatureHelper/SignatureHelperGetHashCode.cs | https://github.com/shahid-pk/corefx/blob/HEAD/src/System.Reflection.Emit.ILGeneration/tests/SignatureHelper/SignatureHelperGetHashCode.cs | ghcode:00006:2b0dd708f70c | mit | codeparrot/github-code | 2b0dd708f70cf2e424cd2d765e3793e30e829c534036835fe1a89f1375311188 | 0.95 | testing_debugging_repair_refactoring | 216 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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, inclu... | msgpack/msgpack-cli | test/NUnitLite/NUnitFramework/framework/AssertionHelper.cs | https://github.com/msgpack/msgpack-cli/blob/HEAD/test/NUnitLite/NUnitFramework/framework/AssertionHelper.cs | ghcode:00006:970b4966b6d1 | apache-2.0 | codeparrot/github-code | 970b4966b6d14fdb9dbce13401d8dc634d2fa7945edddaa03047b3352e57e607 | 0.7 | testing_debugging_repair_refactoring | 1,315 | 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;
using System.IO.Ports;
using System.Reflection;
using System.Text;
using Xu... | nbarbettini/corefx | src/System.IO.Ports/tests/Support/SerialPortProperties.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.IO.Ports/tests/Support/SerialPortProperties.cs | ghcode:00006:5ae7b0a5f2b9 | mit | codeparrot/github-code | 5ae7b0a5f2b9ee7447f957d9740f54ceb38db037efce3de3756ae0eb6dae536e | 0.95 | testing_debugging_repair_refactoring | 2,326 | 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 System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.CompilerServ... | ScottHolden/azure-sdk-for-net | src/SdkCommon/TestFramework/ClientRuntime.Azure.TestFramework/Utilities/TestUtilities.cs | https://github.com/ScottHolden/azure-sdk-for-net/blob/HEAD/src/SdkCommon/TestFramework/ClientRuntime.Azure.TestFramework/Utilities/TestUtilities.cs | ghcode:00006:d57f1bda59df | mit | codeparrot/github-code | d57f1bda59dfd4f0ec6818c2468c2bdffbbaa5a25511d4df555999d2bb76e424 | 0.85 | testing_debugging_repair_refactoring | 1,179 | false | 2026-07-17 |
/*
* Copyright (c) 2007-2008 SlimDX Group
*
* 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, merge,... | pandap/slimdx | tools/BuildTasks/BuildTasks/Unit Tests/GenerateUnitTests.cs | https://github.com/pandap/slimdx/blob/HEAD/tools/BuildTasks/BuildTasks/Unit Tests/GenerateUnitTests.cs | ghcode:00006:3f3d4e4a7cde | mit | codeparrot/github-code | 3f3d4e4a7cdeb0e8eb2fbae3683badf60901d60883cb11a07a6a96c7614c2ad3 | 0.85 | testing_debugging_repair_refactoring | 1,080 | 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 Microsoft.Xunit.Performance;
namespace Functions
{
public static partial class MathTests
... | roncain/coreclr | tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AcosDouble.cs | https://github.com/roncain/coreclr/blob/HEAD/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AcosDouble.cs | ghcode:00006:c1cc66925f66 | mit | codeparrot/github-code | c1cc66925f668e932b2f7c8a1dd01242644f49df48af1a8346a7bfecd87b56f5 | 0.8 | testing_debugging_repair_refactoring | 294 | 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.Xml;
using System.Collections.Generic;
using OLEDB.Test.ModuleCore;
using XmlCoreTest.Common;
namespace XmlReaderTest.Commo... | fffej/corefx | src/System.Xml.ReaderWriter/tests/XmlReaderLib/ReadSubTree.cs | https://github.com/fffej/corefx/blob/HEAD/src/System.Xml.ReaderWriter/tests/XmlReaderLib/ReadSubTree.cs | ghcode:00006:8fea80a04d6f | mit | codeparrot/github-code | 8fea80a04d6fd5ba1e0d099917b2d32a95291a9829017ee2d38eb2c8fd85532b | 0.95 | testing_debugging_repair_refactoring | 7,202 | 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 Xunit;
namespace System.Diagnostics.TextWriterTraceListene... | nbarbettini/corefx | src/System.Diagnostics.TextWriterTraceListener/tests/CtorsStreamTests.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Diagnostics.TextWriterTraceListener/tests/CtorsStreamTests.cs | ghcode:00006:053bb000fa16 | mit | codeparrot/github-code | 053bb000fa162e321c54613d8ac0570b1f5715885d0e8b387ae8f119f12edfdf | 0.95 | testing_debugging_repair_refactoring | 718 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Baku.Quma.Pdk.Api;
using System;
namespace TestQumarionDotNet.Pdk
{
[TestClass]
public class PdkBaseOperation
{
[TestMethod]
public void Pdk_バージョン取得()
{
string version = QmPdk.BaseOperation.GetVersionStr();
... | malaybaku/QumarionDotNet | QumarionDotNet/TestQumarionDotNetPdk/Pdk/PdkApi/PdkBaseOperation.cs | https://github.com/malaybaku/QumarionDotNet/blob/HEAD/QumarionDotNet/TestQumarionDotNetPdk/Pdk/PdkApi/PdkBaseOperation.cs | ghcode:00006:ba20d96c9f53 | mit | codeparrot/github-code | ba20d96c9f532772dfa5dcfda338c28e26095ed589a8336d255b845c24b95b6b | 0.6 | testing_debugging_repair_refactoring | 346 | false | 2026-07-17 |
namespace TestMoya.Utility
{
using System;
using Moya.Attributes;
using Moya.Utility;
using Xunit;
public class ReflectionTests
{
public class TypeIsMoyaAttribute
{
[Fact]
public void StressAttributeIsMoyaAttribute()
{
var isM... | Hammerstad/Moya | src/TestMoya/Utility/ReflectionTests.cs | https://github.com/Hammerstad/Moya/blob/HEAD/src/TestMoya/Utility/ReflectionTests.cs | ghcode:00006:9aab9225ba6a | mit | codeparrot/github-code | 9aab9225ba6a5463a1d650ac8056203ca58fd1076165ae179e48d9ed6023e436 | 0.75 | testing_debugging_repair_refactoring | 440 | false | 2026-07-17 |
using UnityEngine;
using Game.Models;
public class SelectedCellView : MonoBehaviour
{
[SerializeField]
private float _cellSize;
protected BuildingModel ModelCache;
public BuildingModel Model
{
get
{
return ModelCache;
}
set
{
if (M... | diegochiodini/citybuildingtest | Assets/Scripts/Views/Implementation/SelectedCellView.cs | https://github.com/diegochiodini/citybuildingtest/blob/HEAD/Assets/Scripts/Views/Implementation/SelectedCellView.cs | ghcode:00006:ea3d09f5c404 | mit | codeparrot/github-code | ea3d09f5c4044499550856afcd6d641c8b89d004f0eadd43ce4884b9d3445ed4 | 0.6 | testing_debugging_repair_refactoring | 227 | false | 2026-07-17 |
using DocSite.Xml;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Xml.Serialization;
using DocSite.SiteModel;
using Xunit;
namespace DocSite.Test.Xml
{
public class DocXmlModelTests
{
[Fact]
public void CanDeseria... | PaulTrampert/DocSite | DocSite.Test/Xml/DocXmlModelTests.cs | https://github.com/PaulTrampert/DocSite/blob/HEAD/DocSite.Test/Xml/DocXmlModelTests.cs | ghcode:00006:26c06f2ce0c0 | mit | codeparrot/github-code | 26c06f2ce0c01e40365b50caf727280f4bb8e70cd3ebdb7a6675545f4886bfae | 0.75 | testing_debugging_repair_refactoring | 2,482 | false | 2026-07-17 |
using System;
using NArms.Compiling.Exceptions;
namespace NArms.Compiling.Tests
{
using NUnit.Framework;
public class CompilingExtensionsTests
{
// TODO: fix tests
[Test]
[Ignore("Developemnt of Compiling is in on-hold state")]
public void ShouldCompileAndReturn... | Eskat0n/NArms | src/Compiling.Tests/CompilingExtensionsTests.cs | https://github.com/Eskat0n/NArms/blob/HEAD/src/Compiling.Tests/CompilingExtensionsTests.cs | ghcode:00006:59c3ea18f59f | mit | codeparrot/github-code | 59c3ea18f59f13f84ef5657867d23f7f6df6911d93091c886b6829c91ce2dfec | 0.85 | testing_debugging_repair_refactoring | 301 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using StructureMap.Abstract;
using System.Abstract;
using System.Abstract.AbstractTests.ServiceLocator;
namespace ServiceLocator.Tests
{
[TestClass]
public class StructureMapServiceLocatorIntegrationTests : AbstractServiceLocatorTest
{
... | BclEx/System.Abstract | src.servicelocators/ServiceLocator.Tests/StructureMapServiceLocatorTest.cs | https://github.com/BclEx/System.Abstract/blob/HEAD/src.servicelocators/ServiceLocator.Tests/StructureMapServiceLocatorTest.cs | ghcode:00006:f47f1d28533b | mit | codeparrot/github-code | f47f1d28533b3e2cd2e33956d12b8b4f43b8199b3c8120da2fd9c0a544e08bea | 0.6 | testing_debugging_repair_refactoring | 712 | false | 2026-07-17 |
using Microsoft.Xna.Framework;
using QEngine.Physics.Collision.Shapes;
using QEngine.Physics.Shared;
namespace QEngine.Physics.Collision.Narrowphase
{
/// <summary>
/// A distance proxy is used by the GJK algorithm.
/// It encapsulates any shape.
/// </summary>
public class DistanceProxy
{
... | Quincy9000/QEngine.Framework | QEngine/Code/Physics/Collision/Narrowphase/DistanceProxy.cs | https://github.com/Quincy9000/QEngine.Framework/blob/HEAD/QEngine/Code/Physics/Collision/Narrowphase/DistanceProxy.cs | ghcode:00006:9c0b6ac627cc | mit | codeparrot/github-code | 9c0b6ac627cc57c38f548c3f492341051d41c9c0e5b19086e31ac5c54bab11c2 | 0.7 | testing_debugging_repair_refactoring | 693 | false | 2026-07-17 |
using AM.Text;
using JetBrains.Annotations;
using ManagedIrbis;
using ManagedIrbis.Client;
using ManagedIrbis.Pft.Infrastructure;
using ManagedIrbis.Pft.Infrastructure.Ast;
using ManagedIrbis.Pft.Infrastructure.Compiler;
using ManagedIrbis.Pft.Infrastructure.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;... | amironov73/ManagedIrbis | Source/UnitTests/ManagedIrbis/Pft/Infrastructure/Ast/PftCeilTest.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/Pft/Infrastructure/Ast/PftCeilTest.cs | ghcode:00006:dbbdc7fba508 | mit | codeparrot/github-code | dbbdc7fba50865e4efafda6fb002022feb11b034f9d02f6f3422bf547f9cdf60 | 0.75 | testing_debugging_repair_refactoring | 936 | false | 2026-07-17 |
namespace Tests
{
using NUnit.Framework;
using Playground.Parallel;
using System;
using System.Threading;
using System.Threading.Tasks;
[TestFixture]
[Category("Parallel")]
class Parallel
{
private static int shared = 0;
[Test]
public static void ReaderWrit... | alexpetroch/Playground | Tests/Parallel.cs | https://github.com/alexpetroch/Playground/blob/HEAD/Tests/Parallel.cs | ghcode:00006:38c5647bea79 | mit | codeparrot/github-code | 38c5647bea79a6d03594c8814db29820b79b2685922b21cca0425edd2398537f | 0.6 | testing_debugging_repair_refactoring | 355 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Azure.Messaging.EventHubs.Core;
using NUnit.Framework;
namespace Azure.Messaging.EventHubs.Tests
{
/// <summary>
/// The suite of tests for the <see cref="EventProcessorClientOptions" />
... | hyonholee/azure-sdk-for-net | sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientOptionsTests.cs | https://github.com/hyonholee/azure-sdk-for-net/blob/HEAD/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientOptionsTests.cs | ghcode:00006:a26d501b1669 | mit | codeparrot/github-code | a26d501b1669989ecb951d1d38652e8c3d9a19ccdb5f3fd06f9dc9755ef4d75c | 0.95 | testing_debugging_repair_refactoring | 859 | false | 2026-07-17 |
//
// BansheeTests.cs
//
// Author:
// Gabriel Burt <gburt@novell.com>
//
// Copyright (C) 2008 Novell, Inc.
//
// 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, inclu... | eeejay/banshee | src/Libraries/Hyena/Hyena/Tests/TestBase.cs | https://github.com/eeejay/banshee/blob/HEAD/src/Libraries/Hyena/Hyena/Tests/TestBase.cs | ghcode:00006:d6b81a9982b3 | mit | codeparrot/github-code | d6b81a9982b308093c2bc659b4eb9efcae23511c6fcf55b7bf656d2b0258f3c3 | 0.95 | testing_debugging_repair_refactoring | 778 | false | 2026-07-17 |
using System.Collections.Generic;
using Liquid.NET.Constants;
using Liquid.NET.Expressions;
using Liquid.NET.Utils;
using Xunit;
namespace Liquid.NET.Tests.Expressions
{
public class VariableReferenceTests
{
[Fact]
public void It_Should_Derefence_A_Variable()
{
... | mikebridge/Liquid.NET | Liquid.NET.Tests/Expressions/VariableReferenceTests.cs | https://github.com/mikebridge/Liquid.NET/blob/HEAD/Liquid.NET.Tests/Expressions/VariableReferenceTests.cs | ghcode:00006:6474db4d59dd | mit | codeparrot/github-code | 6474db4d59dd53f1fcf3c4e23efb7a6f09ababebfc8fd83739e8723f12d16659 | 0.85 | testing_debugging_repair_refactoring | 236 | false | 2026-07-17 |
// Copyright © Microsoft Corporation. All Rights Reserved.
// This code released under the terms of the
// Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.)
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel.Design;
using Syst... | adamdriscoll/TfsIntegrationPlatform | Development/Adapters/TFS/Tfs2010WITAdapter/TfsWITAnalysisProvider.cs | https://github.com/adamdriscoll/TfsIntegrationPlatform/blob/HEAD/Development/Adapters/TFS/Tfs2010WITAdapter/TfsWITAnalysisProvider.cs | ghcode:00006:f901d81dc650 | mit | codeparrot/github-code | f901d81dc65012ba016f7885f8b9934a6bcf254c05f8daafc4f76a6514c3acdf | 0.7 | testing_debugging_repair_refactoring | 7,160 | 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 DocumentFormat.OpenXml.Framework;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Xml;
namespace DocumentFormat.OpenXml
{... | tomjebo/Open-XML-SDK | src/DocumentFormat.OpenXml/MCContext.cs | https://github.com/tomjebo/Open-XML-SDK/blob/HEAD/src/DocumentFormat.OpenXml/MCContext.cs | ghcode:00006:673f80972a08 | mit | codeparrot/github-code | 673f80972a08890d8e0f07412a7a7be324c7b8febdbb4606b244d3bc94e0a91a | 0.7 | testing_debugging_repair_refactoring | 2,738 | false | 2026-07-17 |
using System.Linq;
using System.Net;
using System.Net.Http;
using FplClient.Clients;
using NUnit.Framework;
namespace FplClient.Tests.Clients
{
[TestFixture]
public class FplGameweekClientTests
{
private TestContext _context;
[SetUp]
public void Setup()
{
_cont... | RagtimeWilly/FplClient | src/FplClient.Tests/Clients/FplGameweekClientTests.cs | https://github.com/RagtimeWilly/FplClient/blob/HEAD/src/FplClient.Tests/Clients/FplGameweekClientTests.cs | ghcode:00006:91721c75d092 | mit | codeparrot/github-code | 91721c75d092291a38978f59b27e65e04ec1bf67891a32699619fd0710d9a49c | 0.75 | testing_debugging_repair_refactoring | 172 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
namespace PoESkillTree.Computation.Parsing.Tests
{
[TestFixture]
public class CachingParserTest
{
private const string TrueStat = "true";
private const string TrueRemaining = "trueRemaining";
private const string TrueParsed = "trueParsed";
... | l0g0sys/PoESkillTree | PoESkillTree.Computation.Parsing.Tests/CachingParserTest.cs | https://github.com/l0g0sys/PoESkillTree/blob/HEAD/PoESkillTree.Computation.Parsing.Tests/CachingParserTest.cs | ghcode:00006:a3708635147c | mit | codeparrot/github-code | a3708635147ceced79111311c3d89e3472c91334fe74dcf91e5d968f9f724bba | 0.6 | testing_debugging_repair_refactoring | 646 | false | 2026-07-17 |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#nullable disable
namespace StyleCop.Analyzers.Test.CSharp10.Lightup
{
using StyleCop.Analyzers.Test.CSharp9.Lightup;
public class DestructorDecl... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/Lightup/DestructorDeclarationSyntaxExtensionsTestsCSharp10.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/Lightup/DestructorDeclarationSyntaxExtensionsTestsCSharp10.cs | ghcode:00006:d0b6cf3e3130 | mit | codeparrot/github-code | d0b6cf3e3130484fb94ad67ff3ffb0b417ba961871e1f9f320dec55b82f89b51 | 0.75 | testing_debugging_repair_refactoring | 92 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="TestObjectFactory.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: http://www.lhotka.net/cslanet/
// </copyright>
// <summary>no summary</summary>
//---------------------------... | BrettJaner/csla | Source/Csla.test/BypassPropertyChecks/TestObjectFactory.cs | https://github.com/BrettJaner/csla/blob/HEAD/Source/Csla.test/BypassPropertyChecks/TestObjectFactory.cs | ghcode:00006:61d6abb272af | mit | codeparrot/github-code | 61d6abb272af026a814ec4a3af0a8d8efe1d4a930697510d4b074395e46f8174 | 0.85 | testing_debugging_repair_refactoring | 244 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace Extension.Test
{
[TestFixture]
public class ExtensionAPITest
{
}
}
| KobusGamification/Gamification | Gamification/Extension.Test/ExtensionAPITest.cs | https://github.com/KobusGamification/Gamification/blob/HEAD/Gamification/Extension.Test/ExtensionAPITest.cs | ghcode:00006:f4aaedb2e066 | mit | codeparrot/github-code | f4aaedb2e06698a8dd3dcad0ea54e2127ffb9859ce45d2822a6f886116560bbd | 0.6 | testing_debugging_repair_refactoring | 48 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.Serialization;
namespace HTLib2.Bioinfo
{
[Serializable]
public partial class Pdb
{
public readonly Element[] elements;
public ELEM[] ListElemByType<ELEM>()
where ELEM... | htna/HCsbLib | HCsbLib/HCsbLib/HTLib2.Bioinfo/Pdb/Pdb.cs | https://github.com/htna/HCsbLib/blob/HEAD/HCsbLib/HCsbLib/HTLib2.Bioinfo/Pdb/Pdb.cs | ghcode:00006:14a0fb26d433 | mit | codeparrot/github-code | 14a0fb26d433a28e7967c377ec57b26ad1180fcfb580a8335ad67e7cd8cdad28 | 0.7 | testing_debugging_repair_refactoring | 2,532 | false | 2026-07-17 |
using Cocos2D;
namespace tests
{
internal class SpriteProgressWithSpriteFrame : SpriteDemo
{
public override void OnEnter()
{
base.OnEnter();
CCSize s = CCDirector.SharedDirector.WinSize;
CCProgressTo to = new CCProgressTo(6, 100);
CCSpriteFram... | mono/cocos2d-xna | tests/tests/classes/tests/ActionsProgressTest/SpriteProgressWithSpriteFrame.cs | https://github.com/mono/cocos2d-xna/blob/HEAD/tests/tests/classes/tests/ActionsProgressTest/SpriteProgressWithSpriteFrame.cs | ghcode:00006:445aa4c918fe | mit | codeparrot/github-code | 445aa4c918fea4ccfb85380b5a66897e634d1aafd2faf187b24c96903d971642 | 0.95 | testing_debugging_repair_refactoring | 577 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Metaseed.MetaStudioTest.Metaseed.Core.MVVM.Commands;
using Metaseed.MVVM.Commands;
using Microsoft.VisualStudio.TestTools.UnitTesting;
n... | metaseed/MetaStudio | src/Metaseed.Test/Metaseed.MetaStudioTest/Metaseed.Core/MVVM/Commands/FakeRemoteCommandServer.cs | https://github.com/metaseed/MetaStudio/blob/HEAD/src/Metaseed.Test/Metaseed.MetaStudioTest/Metaseed.Core/MVVM/Commands/FakeRemoteCommandServer.cs | ghcode:00006:a8b21fca3f31 | mit | codeparrot/github-code | a8b21fca3f312666c19c65c5e0291bc9efe1fe21c460f3a98a879da8e3c35150 | 0.7 | testing_debugging_repair_refactoring | 470 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Automata;
using Microsoft.Automata.Z3;
using Microsoft.Z3;
using MSOZ3;
using System.Diagnostics;
using SFAz3 = Microsoft.Automata.SFA<Microsoft.Z3... | AutomataTutor/automatatutor-backend | MSOZ3Test/MSOTest.cs | https://github.com/AutomataTutor/automatatutor-backend/blob/HEAD/MSOZ3Test/MSOTest.cs | ghcode:00006:ad7ba61486f7 | mit | codeparrot/github-code | ad7ba61486f7f2f266f1e3c6d6fa4ca018f4ead8fea512e0186c43cee5c90192 | 0.7 | testing_debugging_repair_refactoring | 2,763 | false | 2026-07-17 |
/*
* SonarScanner for MSBuild
* Copyright (C) 2016-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 o... | SonarSource-VisualStudio/sonar-msbuild-runner | Tests/SonarScanner.MSBuild.Common.UnitTests/ConsoleLoggerTests.cs | https://github.com/SonarSource-VisualStudio/sonar-msbuild-runner/blob/HEAD/Tests/SonarScanner.MSBuild.Common.UnitTests/ConsoleLoggerTests.cs | ghcode:00006:09dc9651d667 | mit | codeparrot/github-code | 09dc9651d667668f69eecc4d5dfe0df56b73d036e313e653c73da804db43ec48 | 0.85 | testing_debugging_repair_refactoring | 2,257 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Bible2PPT.Services;
using Xunit;
namespace Bible2PPT.Tests.Services
{
public class HiddenPowerPointTest
{
private const string PowerPointProcessName = @"POWERPNT";
private bool IsPowerPointRunning()... | sunghwan2789/Bible2PPT | Bible2PPT.Tests/Services/HiddenPowerPointTest.cs | https://github.com/sunghwan2789/Bible2PPT/blob/HEAD/Bible2PPT.Tests/Services/HiddenPowerPointTest.cs | ghcode:00006:cf657f168b62 | mit | codeparrot/github-code | cf657f168b62b9926f3e5fd7842cb7fee10faf67747548d8bdbcf6b26701ee18 | 0.7 | testing_debugging_repair_refactoring | 312 | false | 2026-07-17 |
namespace LuaInterface.Tests
{
using System;
using LuaInterface;
using System.Threading;
using System.Diagnostics;
using System.Reflection;
using SharpLua;
/*
* Delegates used for testing Lua function -> delegate translation
*/
public delegate int TestDelegate1(int a, int b);... | mlnlover11/SharpLua | SharpLua.InterfacingTests/TestLua.cs | https://github.com/mlnlover11/SharpLua/blob/HEAD/SharpLua.InterfacingTests/TestLua.cs | ghcode:00006:929a6a94a0da | mit | codeparrot/github-code | 929a6a94a0dad8dd9e746e206fc233ee8e1530ebb60e44baa0c587b6f827b886 | 0.85 | testing_debugging_repair_refactoring | 12,786 | 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.Globalization;
using System.IO;
using System.Text.Encodings.Web;
using System.Text.Unico... | BrennanConroy/corefx | src/System.Text.Encodings.Web/tests/HtmlEncoderTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Text.Encodings.Web/tests/HtmlEncoderTests.cs | ghcode:00006:f44ccc02b368 | mit | codeparrot/github-code | f44ccc02b368988d40fdf07844cddc75dcbc2ddf8d3562d2d0a530afc231ef40 | 0.95 | testing_debugging_repair_refactoring | 2,244 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using NUnit.Framework;
using SFA.DAS.EmployerAccounts.Api.IntegrationTests.Helpers;
using SFA.DAS.EmployerAccounts.Api.Types;
namespace SFA.DAS.EmployerAccounts.Api.IntegrationTests.GivenEmployerAccountsApi.EmployerAccountControllerTest... | SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Api.IntegrationTests/GivenEmployerAccountsApi/EmployerAccountControllerTests/WhenGetAccountUsersWithUnknownIds.cs | https://github.com/SkillsFundingAgency/das-employerapprenticeshipsservice/blob/HEAD/src/SFA.DAS.EmployerAccounts.Api.IntegrationTests/GivenEmployerAccountsApi/EmployerAccountControllerTests/WhenGetAccountUsersWithUnknownIds.cs | ghcode:00006:412a4c33f84d | mit | codeparrot/github-code | 412a4c33f84df142c6c94978e5765f095d758a8396645d430bc411d21a9a66df | 0.75 | testing_debugging_repair_refactoring | 201 | false | 2026-07-17 |
using DnDGen.TreasureGen.Generators.Items;
using DnDGen.TreasureGen.Items;
using NUnit.Framework;
using System.Collections.Generic;
namespace DnDGen.TreasureGen.Tests.Unit.Generators.Items
{
[TestFixture]
public class PowerHelperTests
{
[TestCase(PowerConstants.Mundane, PowerConstants.Mundane,
... | DnDGen/TreasureGen | DnDGen.TreasureGen.Tests.Unit/Generators/Items/PowerHelperTests.cs | https://github.com/DnDGen/TreasureGen/blob/HEAD/DnDGen.TreasureGen.Tests.Unit/Generators/Items/PowerHelperTests.cs | ghcode:00007:af0e7ec19626 | mit | codeparrot/github-code | af0e7ec196262e1af97b6499e28eae9212181af023d3dae3593e58c8676884a1 | 0.75 | testing_debugging_repair_refactoring | 1,248 | 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.Threading.Tasks;
using Azure.Core.TestFramework;
using Azure.Monitor.Query.Models;
using NUnit.Framework;
namespace Azure.Monitor.Query.Tests... | jackmagic313/azure-sdk-for-net | sdk/monitor/Azure.Monitor.Query/tests/LogsClientSamples.cs | https://github.com/jackmagic313/azure-sdk-for-net/blob/HEAD/sdk/monitor/Azure.Monitor.Query/tests/LogsClientSamples.cs | ghcode:00007:ba38ac366bc6 | mit | codeparrot/github-code | ba38ac366bc62dc9a3e6cf398fa8fb046eb3a2f4714dd1056e6d036282712b58 | 0.95 | testing_debugging_repair_refactoring | 1,345 | false | 2026-07-17 |
using Newtonsoft.Json;
using System;
using System.IO;
using Xunit;
namespace SlackAPI.Tests
{
[Collection("Unit tests")]
public class Timestamp
{
[Theory]
[InlineData("12345.000000")]
[InlineData("12345.900000")]
[InlineData("12345.123456")]
[InlineData("12345.12345... | Jaykul/SlackAPI | SlackAPI.Tests/Timestamp.cs | https://github.com/Jaykul/SlackAPI/blob/HEAD/SlackAPI.Tests/Timestamp.cs | ghcode:00007:38a570e51d5f | mit | codeparrot/github-code | 38a570e51d5fdf961e82a4f2b24cdaca2e069c1eb4928d15791abb36973e10e0 | 0.7 | testing_debugging_repair_refactoring | 260 | false | 2026-07-17 |
#region Copyright (c) 2014 Orcomp development team.
// -------------------------------------------------------------------------------------------------------------------
// <copyright file="IntegrationTest.cs" company="Orcomp development team">
// Copyright (c) 2014 Orcomp development team. All rights reserved.
// ... | Orcomp/SolutionValidator | src/SolutionValidator.Core.Tests/Validator/FolderStructure/IntegrationTest.cs | https://github.com/Orcomp/SolutionValidator/blob/HEAD/src/SolutionValidator.Core.Tests/Validator/FolderStructure/IntegrationTest.cs | ghcode:00007:265084bde488 | mit | codeparrot/github-code | 265084bde48873fbbbd24cefc5db35aaeefc11d1d351568eb304453bf591f8da | 0.7 | testing_debugging_repair_refactoring | 1,977 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.DirectoryServices.Protocols;
using LDAPLibrary;
using LDAPLibrary.Interfarces;
using LDAPLibrary.StaticClasses;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace LDAP_Library_UnitTest
{
[TestClass]
public class RequestBuinderUnitTests
... | Apex-net/LDAP-Library | LDAPLibraryUnitTest/RequestBuinderUnitTests.cs | https://github.com/Apex-net/LDAP-Library/blob/HEAD/LDAPLibraryUnitTest/RequestBuinderUnitTests.cs | ghcode:00007:cff60761b78c | mit | codeparrot/github-code | cff60761b78c1971f523fdc7bcb651a5268cc92d817b1c8841639bc88dab9a8a | 0.75 | testing_debugging_repair_refactoring | 777 | false | 2026-07-17 |
using System;
using Xunit;
using Smidge.CompositeFiles;
using Smidge;
using Moq;
using System.Collections.Generic;
using Smidge.Models;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using Smidge.Cache;
using Smidge.Options;
using Smidge.Hashing;... | Shazwazza/Smidge | test/Smidge.Tests/DefaultUrlManagerTests.cs | https://github.com/Shazwazza/Smidge/blob/HEAD/test/Smidge.Tests/DefaultUrlManagerTests.cs | ghcode:00007:6c84d17038c6 | mit | codeparrot/github-code | 6c84d17038c68ed321078530cd083fd4f380cf43a2210bb1064430df0fab097b | 0.85 | testing_debugging_repair_refactoring | 1,190 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Abstractions;
using Microsoft.AspNet.Mvc.Controllers;
using Microsoft.AspNet.Mvc.Infrastructure;
using Microsoft.AspNet.Routing;
using Micros... | Shazwazza/Umbraco9 | src/Umbraco.Tests/UmbracoRouterTests.cs | https://github.com/Shazwazza/Umbraco9/blob/HEAD/src/Umbraco.Tests/UmbracoRouterTests.cs | ghcode:00007:09746784c2c1 | mit | codeparrot/github-code | 09746784c2c10c9a7e5ae572f456cf30dbc4568bc78671eacef50e66dcf44001 | 0.75 | testing_debugging_repair_refactoring | 989 | false | 2026-07-17 |
// Patterns: 1
// Matches: CommonImpl1234.cs
// NotMatches: Bar.cs
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using TestApplication.Types;
namespace TestApplication.Windsor.ComponentTestCases
{
public class ComponentFor5GenericImplement... | hmemcpy/AgentMulder | src/Test/Data/Windsor/ComponentTestCases/ComponentFor5GenericImplementedByGeneric.cs | https://github.com/hmemcpy/AgentMulder/blob/HEAD/src/Test/Data/Windsor/ComponentTestCases/ComponentFor5GenericImplementedByGeneric.cs | ghcode:00007:6d1f041be413 | mit | codeparrot/github-code | 6d1f041be4138d254a73939f71cd565f9cf8ebd576d48485c7bf66d96feb2516 | 0.95 | testing_debugging_repair_refactoring | 136 | false | 2026-07-17 |
using Xunit;
namespace Restall.Ichnaea.Fody.Tests.Integration
{
public class TwoHeterogenousEventsTest: AggregateRootTest
{
public TwoHeterogenousEventsTest():
base(ModuleWeaverFixture.AggregateRootFactory.CreateAggregateRootFromClassNamed("TwoHeterogenousEvents"))
{
}
[Fact]
public void DoSomething_C... | pete-restall/Ichnaea | Fody/Ichnaea.Fody.Tests/Integration/TwoHeterogenousEventsTest.cs | https://github.com/pete-restall/Ichnaea/blob/HEAD/Fody/Ichnaea.Fody.Tests/Integration/TwoHeterogenousEventsTest.cs | ghcode:00007:2e5d02f3942d | mit | codeparrot/github-code | 2e5d02f3942de43008395b4166448fae1a67104ce13fd010356c07dd4622539b | 0.6 | testing_debugging_repair_refactoring | 188 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
#if MONO_STRICT
using System.Data.Linq;
#else
using DbLinq.Data.Linq;
#endif
using NUnit.Framework;
namespace DbLinqTest
{
[TestFixture]
public class EntitySetTest
{
[Test]
... | lytico/dblinq2007 | src/DbLinq/Test/EntitySetTest.cs | https://github.com/lytico/dblinq2007/blob/HEAD/src/DbLinq/Test/EntitySetTest.cs | ghcode:00007:1be8189e6bcd | mit | codeparrot/github-code | 1be8189e6bcd9916baf69bd66ea7de2785c633f30b71bce7aba50000dbcb0a8c | 0.95 | testing_debugging_repair_refactoring | 2,999 | false | 2026-07-17 |
using System;
using AltairStudios.Core.Orm;
using AltairStudios.Core.Orm.Models;
namespace AltairStudios.Core.Tests.Web.Models {
public class TestModel : Orm.Model {
protected int? id;
protected string name;
protected Orm.ModelList<int> intList;
protected Orm.ModelList<User> userList;
protected Address add... | altairstudios/AltairStudios.Core | Tests/Models/TestModel.cs | https://github.com/altairstudios/AltairStudios.Core/blob/HEAD/Tests/Models/TestModel.cs | ghcode:00007:ed1a5d062f97 | mit | codeparrot/github-code | ed1a5d062f9750058795abb227c7bd336306c0aa5fe7b732f53029a2bc47bea6 | 0.75 | testing_debugging_repair_refactoring | 395 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Recipes.ScalarValue;
namespace Recipes.Ado.ScalarValue
{
[TestClass]
public class ScalarValueTests : Recipes.ScalarValue.ScalarValueTests
{
protected override IScalarValueScenario GetScenario()
{
return new ScalarValueSc... | Grauenwolf/DotNet-ORM-Cookbook | ORM Cookbook/Recipes.Ado/ScalarValue/ScalarValueTests.cs | https://github.com/Grauenwolf/DotNet-ORM-Cookbook/blob/HEAD/ORM Cookbook/Recipes.Ado/ScalarValue/ScalarValueTests.cs | ghcode:00007:7511972fd5f9 | unlicense | codeparrot/github-code | 7511972fd5f9ca4b78276573ca50cd4b38d86d437c717f875035526209514092 | 0.68 | testing_debugging_repair_refactoring | 72 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using NUnit.Framework;
using Virtlink.Vfs.Support;
namespace Virtlink.Vfs
{
partial class VirtualFileTests
{
/// <summary>
/// Tests the <see cref="VirtualFile.Rename"/> methods.
/// </summary>
public abstract class RenameTests : Vi... | Virtlink/vfs | test/Virtlink.Vfs.IntegrationTests/VirtualFileTests.RenameTests.cs | https://github.com/Virtlink/vfs/blob/HEAD/test/Virtlink.Vfs.IntegrationTests/VirtualFileTests.RenameTests.cs | ghcode:00007:243b9d0d343d | apache-2.0 | codeparrot/github-code | 243b9d0d343d50e6adc0dedfd588d07a5bd6812a8a2a0ee1c2c7f9a896568d5e | 0.85 | testing_debugging_repair_refactoring | 1,815 | false | 2026-07-17 |
//
namespace DataLibrary.UnitTests.WeatherAppModelTests.WhenDataReceived
{
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using CoreData.APIData;
using CoreData.GenericData;
using CoreData.Interfaces;
using NSubstitute;
using NUnit.Framework;
[TestFixture]
... | uk-mashfield/WeatherApp2 | DataLibrary.UnitTests/WeatherAppModelTests/WhenDataReceived/When_Temp_10c_From_BBC_And_68f_From_Accu.cs | https://github.com/uk-mashfield/WeatherApp2/blob/HEAD/DataLibrary.UnitTests/WeatherAppModelTests/WhenDataReceived/When_Temp_10c_From_BBC_And_68f_From_Accu.cs | ghcode:00007:04397f788ced | apache-2.0 | codeparrot/github-code | 04397f788ced12504845f7095b5d21b22bf52f78eeb03239d7c290e96d3fe38c | 0.6 | testing_debugging_repair_refactoring | 430 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.IO;
using System.Diagnostics;
using DigitalPlatform.ResultSet;
using DigitalPlatform.Xml;
using DigitalPlatform.IO;
using DigitalPlatform.Text;
using DigitalPlatform.Range;
namespace DigitalPla... | renyh1013/dp2 | DigitalPlatform.rms.db/FileDatabase.cs | https://github.com/renyh1013/dp2/blob/HEAD/DigitalPlatform.rms.db/FileDatabase.cs | ghcode:00007:0844312be4bf | apache-2.0 | codeparrot/github-code | 0844312be4bf4d61eeaba58a8ce74ef8e484ea686081f4d52c1c277887fa1169 | 0.57 | testing_debugging_repair_refactoring | 20,179 | false | 2026-07-17 |
#region Copyright
// Copyright 2014 Myrcon Pty. Ltd.
//
// 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 appl... | phogue/Potato | src/Potato.Database.Shared.Test/MongoDb/TestSerializerMongoDbCreateImplicit.cs | https://github.com/phogue/Potato/blob/HEAD/src/Potato.Database.Shared.Test/MongoDb/TestSerializerMongoDbCreateImplicit.cs | ghcode:00007:639380da8a08 | apache-2.0 | codeparrot/github-code | 639380da8a08586574724d8470456ce0038229d19b9788859ce80d4e75803582 | 0.85 | testing_debugging_repair_refactoring | 1,159 | false | 2026-07-17 |
using numl.Supervised.NeuralNetwork;
using numl.Tests.Data;
using numl.Tests.SupervisedTests;
using NUnit.Framework;
namespace numl.Tests.SerializationTests
{
[TestFixture, Category("Serialization")]
public class NeuralNetworkSerializationTests : BaseSerialization
{
[Test][Explicit][Category("Expl... | nesfit/NetfoxDetective | Misc/Numl/numl.Tests/SerializationTests/NeuralNetworkSerializationTests.cs | https://github.com/nesfit/NetfoxDetective/blob/HEAD/Misc/Numl/numl.Tests/SerializationTests/NeuralNetworkSerializationTests.cs | ghcode:00007:d2ba85799823 | apache-2.0 | codeparrot/github-code | d2ba85799823452be8c846abbdb7c895743632ba16f6416b387c6ba17c6decea | 0.75 | testing_debugging_repair_refactoring | 183 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
using Moq;
using NUnit.Framework;
using Wikiled.Common.Logging;
using Wikiled.Common.Utilities.Modu... | AndMu/Wikiled.Sentiment | src/Sentiment/Wikiled.Sentiment.Integration.Tests/Parser/RedisDocumentCacheTests.cs | https://github.com/AndMu/Wikiled.Sentiment/blob/HEAD/src/Sentiment/Wikiled.Sentiment.Integration.Tests/Parser/RedisDocumentCacheTests.cs | ghcode:00007:0304b398f4ea | apache-2.0 | codeparrot/github-code | 0304b398f4ea30008f54afedb8500fd4efe9824108394b2b2cef155b4d8a3c3a | 0.75 | testing_debugging_repair_refactoring | 559 | false | 2026-07-17 |
using NBi.Core.ResultSet;
using NBi.Core.Sequence.Transformation.Aggregation.Strategy;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Testing.Unit.Core.Sequence.Transformation.Strategy
{
public class FailureM... | Seddryck/NBi | NBi.Testing.Core/Sequence/Transformation/Strategy/FailureMissingValueStrategyTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.Core/Sequence/Transformation/Strategy/FailureMissingValueStrategyTest.cs | ghcode:00007:c0ced3bc3e9f | apache-2.0 | codeparrot/github-code | c0ced3bc3e9f05dc68f48b7013e62bb758d8c71104c851597c789db37e3f94dc | 0.6 | testing_debugging_repair_refactoring | 348 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// 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.a... | citizenmatt/gallio | src/Extensions/Icarus/Gallio.Icarus/TestExplorer/TestExplorerPackage.cs | https://github.com/citizenmatt/gallio/blob/HEAD/src/Extensions/Icarus/Gallio.Icarus/TestExplorer/TestExplorerPackage.cs | ghcode:00007:d3eaa2b3860d | apache-2.0 | codeparrot/github-code | d3eaa2b3860d201ee69698e36153a459ad3aa5b5b59b8ac8f77d8b3085a54f34 | 0.85 | testing_debugging_repair_refactoring | 487 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
namespace Azure.AI.TextAnalytics.Tests
{
public class TextAnalyticsClientLiveTests : TextAnalyticsClientLiveTes... | markcowl/azure-sdk-for-net | sdk/textanalytics/Azure.AI.TextAnalytics/tests/TextAnalyticsClientLiveTests.cs | https://github.com/markcowl/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/TextAnalyticsClientLiveTests.cs | ghcode:00007:88fb5bc4b0f1 | apache-2.0 | codeparrot/github-code | 88fb5bc4b0f1d5ac4d8afcbde4a57d523596fc994c06c733c6884637a657eade | 0.95 | testing_debugging_repair_refactoring | 656 | false | 2026-07-17 |
namespace Selenium.WebDriver.Extensions.IntegrationTests.FirefoxTests
{
[Trait(CATEGORY, INTEGRATION)]
[Trait(BROWSER, FIREFOX)]
[ExcludeFromCodeCoverage]
[Collection(FIREFOX)]
public class WebDriverExtensionsSizzleUnloadedSelectorFirefoxTests : SelectorTests<SizzleSelector>
{
public Web... | Softlr/Selenium.WebDriver.Extensions | test/Selenium.WebDriver.Extensions.IntegrationTests/FirefoxTests/WebDriverExtensionsSizzleUnloadedSelectorFirefoxTests.cs | https://github.com/Softlr/Selenium.WebDriver.Extensions/blob/HEAD/test/Selenium.WebDriver.Extensions.IntegrationTests/FirefoxTests/WebDriverExtensionsSizzleUnloadedSelectorFirefoxTests.cs | ghcode:00007:6043e394fe4e | apache-2.0 | codeparrot/github-code | 6043e394fe4ec3eade357be253cdf04c4e1ac01650b27fc42afa0f20c82b752b | 0.75 | testing_debugging_repair_refactoring | 107 | false | 2026-07-17 |
using NBi.Core.ResultSet.Conversion;
using NBi.Core.ResultSet.Resolver;
using NBi.Core.Scalar.Conversion;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Testing.Core.ResultSet.Conversion
{
... | Seddryck/NBi | NBi.Testing.Core/ResultSet/Conversion/ConverterEngineTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.Core/ResultSet/Conversion/ConverterEngineTest.cs | ghcode:00007:2adfec6bfe7e | apache-2.0 | codeparrot/github-code | 2adfec6bfe7ef1fd19182fc62ff0a7a649f83276ef2d2b0389e65f8b81b9a1ff | 0.6 | testing_debugging_repair_refactoring | 1,465 | false | 2026-07-17 |
using Kodestruct.Wood.NDS.Entities.Glulam;
using Kodestruct.Wood.NDS.NDS_2015.Entities.Beam;
using Kodestruct.Wood.NDS.NDS2015.GluLam;
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Kodestruct.Wood.Tests.NDS.Glulam
{
public partial class GlulamTests
{
[Fact]
... | Kodestruct/Kodestruct.Design | Tests/Kodestruct.Wood.Tests/NDS/Glulam/GlulamFlexural.cs | https://github.com/Kodestruct/Kodestruct.Design/blob/HEAD/Tests/Kodestruct.Wood.Tests/NDS/Glulam/GlulamFlexural.cs | ghcode:00007:2c8788ba34f7 | apache-2.0 | codeparrot/github-code | 2c8788ba34f78ba73b885171c1f92c863179f89d88fb9986badd16ed81b2347b | 0.7 | testing_debugging_repair_refactoring | 845 | false | 2026-07-17 |
using System.IO;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using Palmmedia.ReportGenerator;
using Palmmedia.ReportGenerator.Reporting;
namespace Palmmedia.ReportGeneratorTest
{
/// <summary>
/// This is a test class for ReportConfiguration and is intended
... | codedecay/ReportGenerator | ReportGeneratorTest/ReportConfigurationTest.cs | https://github.com/codedecay/ReportGenerator/blob/HEAD/ReportGeneratorTest/ReportConfigurationTest.cs | ghcode:00007:85965c225726 | apache-2.0 | codeparrot/github-code | 85965c225726cd37bf548785d5bc3b15cbb95f127207a51b3e8fd1f9148bb383 | 0.7 | testing_debugging_repair_refactoring | 1,926 | false | 2026-07-17 |
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System.Linq;
using SixLabors.Fonts.Unicode;
using Xunit;
namespace SixLabors.Fonts.Tests.Issues
{
public class Issues_191
{
[Fact]
public void CanLoadMacintoshGlyphs()
{
Font font = new Fo... | SixLabors/Fonts | tests/SixLabors.Fonts.Tests/Issues/Issues_191.cs | https://github.com/SixLabors/Fonts/blob/HEAD/tests/SixLabors.Fonts.Tests/Issues/Issues_191.cs | ghcode:00007:dea7646ab1bb | apache-2.0 | codeparrot/github-code | dea7646ab1bbb801dbe2a71cc39b2f84f63beb85298631be4939352f9e679959 | 0.6 | testing_debugging_repair_refactoring | 270 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
namespace Bio.Tests.Framework
{
/// <summary>
/// Tests the AmbiguousRnaAlphabet class.
/// </summary>
[TestFixture]
public class AlphabetsFriendlyNameTest
{
/// <summary>
... | dotnetbio/bio | Tests/Bio.Tests/AlphabetsFriendlyNameTest.cs | https://github.com/dotnetbio/bio/blob/HEAD/Tests/Bio.Tests/AlphabetsFriendlyNameTest.cs | ghcode:00007:d7c81bbc6c64 | apache-2.0 | codeparrot/github-code | d7c81bbc6c64d9ff214684df4a409394511bbe60cf3ca6928fef7573581d365f | 0.85 | testing_debugging_repair_refactoring | 1,857 | 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.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.... | VSadov/roslyn | src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_ForEachStatement.cs | https://github.com/VSadov/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_ForEachStatement.cs | ghcode:00007:2bcc6c85162d | apache-2.0 | codeparrot/github-code | 2bcc6c85162d508d4ce642334f3b00bc27ab41aa5ccc380d14254bf06e33ab0d | 0.85 | testing_debugging_repair_refactoring | 10,340 | false | 2026-07-17 |
using UnityEngine;
using System.Collections.Generic;
using Shouldly;
using Require;
public class CircuitComponentTest : TestBehaviour
{
MockCircuitComponent it;
MockCircuitComponent receiver;
MockCircuitComponent otherReceiver;
public override void Spec()
{
Scenario("is a Circuit Component... | invisibledrygoods/Circuitry | Circuitry/Assets/Tests/CircuitComponentTest.cs | https://github.com/invisibledrygoods/Circuitry/blob/HEAD/Circuitry/Assets/Tests/CircuitComponentTest.cs | ghcode:00007:ce9a796128e1 | bsd-2-clause | codeparrot/github-code | ce9a796128e123071bcb704109ebbf545535072987e4fad781dcb223e3abdd37 | 0.78 | testing_debugging_repair_refactoring | 495 | false | 2026-07-17 |
//
// Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// 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 s... | ie-zero/NLog | tests/NLog.UnitTests/LayoutRenderers/IdentityTests.cs | https://github.com/ie-zero/NLog/blob/HEAD/tests/NLog.UnitTests/LayoutRenderers/IdentityTests.cs | ghcode:00007:e2a6c2480e84 | bsd-3-clause | codeparrot/github-code | e2a6c2480e84d48bfacecf374cdfc54525752e926e021312ebf68dc17539554d | 0.85 | testing_debugging_repair_refactoring | 1,476 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.XPath;
namespace WATF.Compiler.Executive.Test.Step.Var
{
public class Var: WATF.Compiler.Interface.WATFPathNavigator
{
Interface.WATFDictionary<String, String> m_Attributes = null;
public Var... | huangchaosuper/watf | WATF.Compiler/Executive/Test/Step/Var/Var.cs | https://github.com/huangchaosuper/watf/blob/HEAD/WATF.Compiler/Executive/Test/Step/Var/Var.cs | ghcode:00007:213e90997740 | bsd-3-clause | codeparrot/github-code | 213e90997740286ea025f1535d206118d7810ff8753ab7c862779fa9f035cda4 | 0.85 | testing_debugging_repair_refactoring | 322 | false | 2026-07-17 |
using FluentAssertions;
using Netco.Logging;
using NUnit.Framework;
using System.Threading;
namespace TrueShipAccessTests
{
[ TestFixture ]
public class OrganizationsTests : TestBase
{
[ Test ]
public void GetActiveOrganizationsAsync()
{
var result = _commonService.GetActiveOrganizationsAsync( Cancellatio... | agileharbor/trueShipAccess | src/TrueShipAccessTests/OrganizationsTests.cs | https://github.com/agileharbor/trueShipAccess/blob/HEAD/src/TrueShipAccessTests/OrganizationsTests.cs | ghcode:00007:c165f86c684a | bsd-3-clause | codeparrot/github-code | c165f86c684af0a85036d5518ad8f70b8550a7a6aee776d50e7403225b186de7 | 0.75 | testing_debugging_repair_refactoring | 93 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading;
using Xunit;
using BenchmarkDotNet.Reports;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Columns;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Exporters;
using Xunit.Abstractions;
namespace BenchmarkDotNet.In... | Ky7m/BenchmarkDotNet | tests/BenchmarkDotNet.IntegrationTests/BaselineRatioColumnTest.cs | https://github.com/Ky7m/BenchmarkDotNet/blob/HEAD/tests/BenchmarkDotNet.IntegrationTests/BaselineRatioColumnTest.cs | ghcode:00007:6d07665c6ef5 | mit | codeparrot/github-code | 6d07665c6ef5108f4e38cfbfdd8ac9804a8edc93539687f8e0415eac266dc719 | 0.85 | testing_debugging_repair_refactoring | 1,136 | false | 2026-07-17 |
namespace BullOak.Test.Benchmark.Behavioural
{
using System;
using BenchmarkDotNet.Attributes;
using BullOak.Test.EndToEnd.Stub.Shared.Ids;
using RepoBasedViewing = BullOak.Test.EndToEnd.Stub.RepositoryBased.ViewingAggregate.ViewingAggregateRoot;
[ShortRunJob]
public class EditChildEntitiesBe... | BullOak/BullOak | src/BullOak.Test.Benchmark/Behavioural/EditChildEntitiesBenchmark.cs | https://github.com/BullOak/BullOak/blob/HEAD/src/BullOak.Test.Benchmark/Behavioural/EditChildEntitiesBenchmark.cs | ghcode:00007:8c091859bfc7 | mit | codeparrot/github-code | 8c091859bfc78d979d6643ac758017f4e5232e5ad8152261a0e9e0f1a2645e85 | 0.75 | testing_debugging_repair_refactoring | 367 | false | 2026-07-17 |
using System;
using Harvester.Core.Messaging;
using Harvester.Core.Messaging.Parsers;
using Harvester.Core.Messaging.Sources.DbWin;
using Harvester.Core.Processes;
using Moq;
using Xunit;
using Xunit.Extensions;
/* Copyright (c) 2012-2013 CBaxter
*
* Permission is hereby granted, free of charge, to any person obta... | jeoffman/Harvester | src/Core.Tests/Messaging/Parsers/UsingRegexParser/WhenParsingGroupedMessage.cs | https://github.com/jeoffman/Harvester/blob/HEAD/src/Core.Tests/Messaging/Parsers/UsingRegexParser/WhenParsingGroupedMessage.cs | ghcode:00007:cc7231c58f82 | mit | codeparrot/github-code | cc7231c58f82ba9e360890815702a4a522cef206a6f4ff14909a7baa6b060b9d | 0.6 | testing_debugging_repair_refactoring | 957 | false | 2026-07-17 |
using System.Globalization;
using Abp.Configuration.Startup;
using Abp.Dependency;
using Abp.Localization.Sources.Resource;
using Abp.Tests.Localization.TestResourceFiles;
using Shouldly;
using Xunit;
namespace Abp.Tests.Localization
{
public class HumanizerOfUndefinedLocalizationSource_Tests
{
privat... | ZhaoRd/aspnetboilerplate | test/Abp.Tests/Localization/HumanizerOfUndefinedLocalizationSource_Tests.cs | https://github.com/ZhaoRd/aspnetboilerplate/blob/HEAD/test/Abp.Tests/Localization/HumanizerOfUndefinedLocalizationSource_Tests.cs | ghcode:00007:62e2c261d2e4 | mit | codeparrot/github-code | 62e2c261d2e427195ef5561dad49d11f83859e504097a3a79747bbe8b05e11e1 | 0.85 | testing_debugging_repair_refactoring | 325 | false | 2026-07-17 |
#if FEATURE_SERIALIZABLE_EXCEPTIONS
using Lucene.Net.Attributes;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Lucene.Net.Support
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOT... | laimis/lucenenet | src/dotnet/Lucene.Net.Tests.ICU/Support/TestExceptionSerialization.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/dotnet/Lucene.Net.Tests.ICU/Support/TestExceptionSerialization.cs | ghcode:00007:16825365353b | apache-2.0 | codeparrot/github-code | 16825365353b56dafdf5d8ed9a5c8e435c9e4953a6a13c62a82d492b8aecaa0c | 0.85 | testing_debugging_repair_refactoring | 407 | false | 2026-07-17 |
using System;
namespace RegTesting.Tests.Framework.Attributes
{
/// <summary>
/// Attribute for supported Browsers
/// </summary>
[System.AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class SupportedBrowsers : Attribute
{
/// <summary>
/// The supported Browsers
/// </summary>
pu... | hotelde/regtesting | RegTesting.Tests.Framework/Attributes/SupportedBrowsers.cs | https://github.com/hotelde/regtesting/blob/HEAD/RegTesting.Tests.Framework/Attributes/SupportedBrowsers.cs | ghcode:00007:37ed5f0e4597 | apache-2.0 | codeparrot/github-code | 37ed5f0e45974769c22b309c1674376c0b131e1912f42c3d89334b07834a3ce9 | 0.85 | testing_debugging_repair_refactoring | 143 | false | 2026-07-17 |
using System;
using Nest;
namespace Tests.Mapping.Types.Complex.Nested
{
public class NestedTest
{
public class InnerObject
{
public string Name { get; set; }
}
[Nested(
IncludeInParent = true,
IncludeInRoot = false,
Enabled = true,
IncludeInAll = true)]
public InnerObject Full { get; set;... | CSGOpenSource/elasticsearch-net | src/Tests/Mapping/Types/Complex/Nested/NestedAttributeTests.cs | https://github.com/CSGOpenSource/elasticsearch-net/blob/HEAD/src/Tests/Mapping/Types/Complex/Nested/NestedAttributeTests.cs | ghcode:00007:9562fac573d4 | apache-2.0 | codeparrot/github-code | 9562fac573d4b58f0cbcd4e21d4e119dd795509c90cc7a74810f967d706385dc | 0.85 | testing_debugging_repair_refactoring | 349 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
namespace FluentAssertions.Collections.MaximumMatching
{
/// <summary>
/// The <see cref="MaximumMatchingSolution{TElement}"/> class defines the solution (output) for the maximum matching problem.
/// See documentation of <see cref="MaximumMatchingProbl... | jnyrup/fluentassertions | Src/FluentAssertions/Collections/MaximumMatching/MaximumMatchingSolution.cs | https://github.com/jnyrup/fluentassertions/blob/HEAD/Src/FluentAssertions/Collections/MaximumMatching/MaximumMatchingSolution.cs | ghcode:00007:a91bba36b79e | apache-2.0 | codeparrot/github-code | a91bba36b79e8643e9a2f45c9b78ae75461fc120e54a91dafa912d82eb6c6b4e | 0.7 | testing_debugging_repair_refactoring | 303 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Basic.Azure.Storage.Tests
{
[TestFixture]
public class StorageAccountSettingsTests
{
/* Connection String format: https://azure.microsoft.com/en-us/... | BrianMcBrayer/BasicAzureStorageSDK | Basic.Azure.Storage.Tests/StorageAccountSettingsTests.cs | https://github.com/BrianMcBrayer/BasicAzureStorageSDK/blob/HEAD/Basic.Azure.Storage.Tests/StorageAccountSettingsTests.cs | ghcode:00007:76ed5619cd8d | bsd-3-clause | codeparrot/github-code | 76ed5619cd8daa429b1775447145c66c6a9467619ef475b444b37c49de18fc7b | 0.85 | testing_debugging_repair_refactoring | 1,659 | 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.
// Uncomment for more asserts (slows down tests)
//#define ASSERT_VERBOSE
//#define ASSERT_ATTRIBUTE_ORDER
using System;
using System.Collections.Generic;
using System.... | angel666777/corefx | src/System.Xml.XPath.XDocument/tests/XDocument/NavigatorComparer.cs | https://github.com/angel666777/corefx/blob/HEAD/src/System.Xml.XPath.XDocument/tests/XDocument/NavigatorComparer.cs | ghcode:00007:01ddaba78153 | mit | codeparrot/github-code | 01ddaba78153d4f2424b48486a41474f44393c8de6f04ff76b89ac9500bfa8ca | 0.95 | testing_debugging_repair_refactoring | 4,356 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2015 Charlie Poole
//
// 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, incl... | mjedrzejek/nunit | src/NUnitConsole/nunit3-console.tests/ResultReporterTests.cs | https://github.com/mjedrzejek/nunit/blob/HEAD/src/NUnitConsole/nunit3-console.tests/ResultReporterTests.cs | ghcode:00007:07cc474f1cbc | mit | codeparrot/github-code | 07cc474f1cbc40089a19a0d3ee04be5e7a57100256b57eb8fa3050a7a8545474 | 0.85 | testing_debugging_repair_refactoring | 1,591 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.