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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
namespace Moya.Dummy.Test.Project
{
using Attributes;
public class CustomTestExample
{
[Custom]
public void MyTestMethod()
{
}
}
} | Hammerstad/Moya | src/Moya.Dummy.Test.Project/CustomTestExample.cs | https://github.com/Hammerstad/Moya/blob/HEAD/src/Moya.Dummy.Test.Project/CustomTestExample.cs | ghcode:00162:d91b43843ccf | mit | codeparrot/github-code | d91b43843ccfef82d6b58085ff72819a129f06695c7fc46cd92a3175646aa330 | 0.5 | testing_debugging_repair_refactoring | 40 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using DataStructures.Heaps;
namespace DataStructures.Tests
{
[TestClass]
public class MinHeapTest
{
[TestMethod]
public void Heap_Has_Correct_Minimum_After_Insertion()
{
var heap = new MinHeap<int>();
heap... | alexstanfx/DataStructures | DataStructures.Tests/Heaps/MinHeapTest.cs | https://github.com/alexstanfx/DataStructures/blob/HEAD/DataStructures.Tests/Heaps/MinHeapTest.cs | ghcode:00162:d2d290574c7d | mit | codeparrot/github-code | d2d290574c7d7597b3fcd4d39f1a01e80610ce42cddc1b419cb958606ed48bed | 0.6 | testing_debugging_repair_refactoring | 579 | false | 2026-07-17 |
using System;
using System.Linq;
using Microsoft.SqlServer.Types;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Data.SqlTypes;
using GeoJSON.Net.Geometry;
namespace GeoJSON.Net.MsSqlSpatial.Tests
{
[TestClass]
public class ToGeoJSONGeographyTests
{
[TestMethod]
public void ValidPointTest_Geo... | xfischer/GeoJSON.Net | src/GeoJSON.Net.MsSqlSpatial.Tests/ToGeoJSONGeographyTests.cs | https://github.com/xfischer/GeoJSON.Net/blob/HEAD/src/GeoJSON.Net.MsSqlSpatial.Tests/ToGeoJSONGeographyTests.cs | ghcode:00162:531570f3109b | mit | codeparrot/github-code | 531570f3109b70e703a2fa256a7ca0362ddbca03e4b7d3d3c29a4c31e801340b | 0.75 | testing_debugging_repair_refactoring | 3,412 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Threading;
namespace PluginCommon
{
public delegate void PluginLoadingEvent(PluginLoader sender, object otherData);
public class PluginLoader : IReadOnlyCo... | mrkno/C-Sharp-Plugins | PluginCommon/PluginLoader.cs | https://github.com/mrkno/C-Sharp-Plugins/blob/HEAD/PluginCommon/PluginLoader.cs | ghcode:00162:4ba61750efc5 | mit | codeparrot/github-code | 4ba61750efc5839e7b31585febeedf506935ce733934dab40c23ac20c7a70671 | 0.6 | testing_debugging_repair_refactoring | 873 | false | 2026-07-17 |
using System.Threading.Tasks;
using Xunit;
namespace Webpack.AspNetCore.Tests.Integration.Static
{
public class WhenDeletingManifestDirectory
{
[Fact]
public async Task ShouldResolveAssetPath()
{
// after the manifest directory was deleted
// the asset path shoul... | sergeysolovev/webpack-aspnetcore | test/Webpack.AspNetCore.Tests.Integration/Static/WhenDeletingManifestDirectory.cs | https://github.com/sergeysolovev/webpack-aspnetcore/blob/HEAD/test/Webpack.AspNetCore.Tests.Integration/Static/WhenDeletingManifestDirectory.cs | ghcode:00162:47609e741144 | mit | codeparrot/github-code | 47609e741144c11cbd9ac5b4ae4e8d05672e758a06f5da79f4d4c6d7aa40269b | 0.85 | testing_debugging_repair_refactoring | 188 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using GitVersion.Core.Tests.Helpers;
using GitVersion.Model.Configuration;
using GitVersion.OutputVariables;
using NUnit.Framework;
using Shouldly;
using YamlDotNet.Serialization;
namespace GitVersion.Core.Tests
{
[TestFixture]
public c... | ermshiperete/GitVersion | src/GitVersion.Core.Tests/DocumentationTests.cs | https://github.com/ermshiperete/GitVersion/blob/HEAD/src/GitVersion.Core.Tests/DocumentationTests.cs | ghcode:00162:7079c5bc60f5 | mit | codeparrot/github-code | 7079c5bc60f54c311878ee6e027dc5ac119aff47cbe740df9e1b9c4a8ee119fc | 0.75 | testing_debugging_repair_refactoring | 597 | false | 2026-07-17 |
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods.
// Website & Documentation: https://csharp-extension.com/
// Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues
// License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/... | zzzprojects/Z.ExtensionMethods | test/Z.Reflection.Test/GetCustomAttribute/Object.GetCustomAttributeByName.cs | https://github.com/zzzprojects/Z.ExtensionMethods/blob/HEAD/test/Z.Reflection.Test/GetCustomAttribute/Object.GetCustomAttributeByName.cs | ghcode:00162:ccfb9cd578c3 | mit | codeparrot/github-code | ccfb9cd578c380f2307f90adc6201f50ad8fdff3898c78a6244681100e0d480e | 0.7 | testing_debugging_repair_refactoring | 610 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="NullDatabaseLocatorTest.cs" company="Naos Project">
// Copyright (c) Naos Project 2019. All rights reserved.
// </copyright>
// ------------------------------------------------... | NaosProject/Naos.Database | Naos.Database.Domain.Test/Models/Classes/ResourceLocation/Database/NullDatabaseLocatorTest.cs | https://github.com/NaosProject/Naos.Database/blob/HEAD/Naos.Database.Domain.Test/Models/Classes/ResourceLocation/Database/NullDatabaseLocatorTest.cs | ghcode:00162:97441fd69477 | mit | codeparrot/github-code | 97441fd6947775dfde731bb40c79fd3f5d018a0fe97afdf32c159331a5ed89b6 | 0.7 | testing_debugging_repair_refactoring | 93 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections;
using YanZhiwei.DotNet.ModbusProtocol.Utilities.Model;
namespace YanZhiwei.DotNet.ModbusProtocol.Utilities.Tests
{
[TestClass()]
public class ModBusRTUPackageTests
{
[TestMethod()]
public void ModBusRTUPackageTes... | YanZhiwei/DotNet.Utilities | YanZhiwei.DotNet.ModbusProtocol.UtilitiesTests/RTU/ModBusRTUPackageTests.cs | https://github.com/YanZhiwei/DotNet.Utilities/blob/HEAD/YanZhiwei.DotNet.ModbusProtocol.UtilitiesTests/RTU/ModBusRTUPackageTests.cs | ghcode:00162:d104cf9b99e1 | mit | codeparrot/github-code | d104cf9b99e1c493be9e308e4aea33094bec167c1e66c74d215923ede07767ab | 0.75 | testing_debugging_repair_refactoring | 989 | false | 2026-07-17 |
using System.Reflection;
using NUnit.Framework;
namespace AmplaData.Attributes
{
[TestFixture]
public class AmplaFieldAttributeUnitTests : TestFixture
{
public class ModelWithField
{
[AmplaField("Full Name")]
public virtual string FullName { get; set; }
... | Ampla/Ampla-Data | src/AmplaData.Tests/Attributes/AmplaFieldAttributeUnitTests.cs | https://github.com/Ampla/Ampla-Data/blob/HEAD/src/AmplaData.Tests/Attributes/AmplaFieldAttributeUnitTests.cs | ghcode:00162:a301e0d0051b | mit | codeparrot/github-code | a301e0d0051ba2e6d105da7749165dec82803d95b21ef893fce8cdb9aeeec310 | 0.75 | testing_debugging_repair_refactoring | 547 | false | 2026-07-17 |
using System.IO;
using System.Threading;
using depot.Tests.Extensions;
using NUnit.Framework;
namespace depot.Tests
{
public abstract class CacheTests
{
protected ICache Cache;
protected IFileCacheDependency FileCacheDependency;
[Test]
public virtual void Is_null_when_cache_mi... | azraelrabbit/webstack | depot/src/Depot.Tests/CacheTests.cs | https://github.com/azraelrabbit/webstack/blob/HEAD/depot/src/Depot.Tests/CacheTests.cs | ghcode:00162:cede487b7c72 | mit | codeparrot/github-code | cede487b7c7259f1390b013da1b6324339ad50a46ec3398d412cdbb1f30c92d6 | 0.85 | testing_debugging_repair_refactoring | 658 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Waf.Foundation;
using System.Waf.UnitTesting;
namespace Test.Waf.Founda... | jbe2277/waf | src/System.Waf/System.Waf/System.Waf.Core.Test/Foundation/SynchronizingCollectionCoreTest.cs | https://github.com/jbe2277/waf/blob/HEAD/src/System.Waf/System.Waf/System.Waf.Core.Test/Foundation/SynchronizingCollectionCoreTest.cs | ghcode:00162:f79059ab5892 | mit | codeparrot/github-code | f79059ab5892cb9cd06da82fbb193caf2873fc39952c47f67c4abd18c6166ee9 | 0.7 | testing_debugging_repair_refactoring | 2,806 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using FakeItEasy;
using Tweetinvi.Controllers.Timeline;
using Tweetinvi.Core.Iterators;
using Tweetinvi.Core.Web;
using Tweetinvi.Models;
using Tweetinvi.Models.DTO;
using Tweetinvi.Parameters;
using Xunit;
using xUnitinvi.TestHelpers;
namespace xUnitinvi.ClientActions.Time... | linvi/tweetinvi | Tests/xUnitinvi/ClientActions/TimelinesClient/TimelineControllerTests.cs | https://github.com/linvi/tweetinvi/blob/HEAD/Tests/xUnitinvi/ClientActions/TimelinesClient/TimelineControllerTests.cs | ghcode:00162:79ac9a3abab8 | mit | codeparrot/github-code | 79ac9a3abab87a922611b0d2f4b7a36f57efbd68eab31da37f7389a2ad42fd0a | 0.85 | testing_debugging_repair_refactoring | 807 | false | 2026-07-17 |
/*
* SonarLint for Visual Studio
* Copyright (C) 2016-2021 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 ... | SonarSource-VisualStudio/sonarlint-visualstudio | src/Core.UnitTests/CFamily/CFamilySonarWayRulesConfigProviderTests.cs | https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio/blob/HEAD/src/Core.UnitTests/CFamily/CFamilySonarWayRulesConfigProviderTests.cs | ghcode:00162:e6f3eb1a2e12 | mit | codeparrot/github-code | e6f3eb1a2e128a784b3c7ceb8e5bce52643931c106f6e99a1a534ac8fd1a5f95 | 0.85 | testing_debugging_repair_refactoring | 898 | false | 2026-07-17 |
using TRex.Metadata;
// https://github.com/nihaue/TRex/issues/10
namespace TRex.Test.DummyApi.Models
{
public class DynamicValueLookupModel
{
public string Name { get; }
[DynamicValueLookup(lookupOperationId: "GetCountries", valueCollection: "Countries", valuePath: "Id", valueTitle: "Name")]
... | nihaue/TRex | Source/TRex.Test.DummyApi/Models/DynamicValueLookupModel.cs | https://github.com/nihaue/TRex/blob/HEAD/Source/TRex.Test.DummyApi/Models/DynamicValueLookupModel.cs | ghcode:00162:38c2df9fe99b | mit | codeparrot/github-code | 38c2df9fe99be3fe7a15ae1a657eb83e40eef2bbd17b48a2b8a7783b03ff66eb | 0.75 | testing_debugging_repair_refactoring | 126 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Fra... | spectrumbranch/gearsvge | GearsDebug/GearsDebug/_unsorted/TestZone.cs | https://github.com/spectrumbranch/gearsvge/blob/HEAD/GearsDebug/GearsDebug/_unsorted/TestZone.cs | ghcode:00162:cd22c8ac050d | mit | codeparrot/github-code | cd22c8ac050dbff9eaef4b572d0741dd628ba5413e50fc5395d44a3f155b6b7b | 0.75 | testing_debugging_repair_refactoring | 140 | false | 2026-07-17 |
using System;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Internal;
using Moq;
using NBitcoin;
using Stratis.Bitcoin.AsyncWork;
using Stratis.Bitcoin.Configuration.Logging;
using Stratis.Bitcoin.Utilities;
namespace Stratis.Bitcoin.Tests.Common.Logging
{
public class LogsTestBase : Test... | Neurosploit/StratisBitcoinFullNode | src/Stratis.Bitcoin.Tests.Common/Logging/LogsTestBase.cs | https://github.com/Neurosploit/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.Tests.Common/Logging/LogsTestBase.cs | ghcode:00162:8d9ed185c5f1 | mit | codeparrot/github-code | 8d9ed185c5f1a883b08568012a151cb24a917b66deef46f7708933e94afc4b74 | 0.85 | testing_debugging_repair_refactoring | 863 | 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.NamingRules
{
using StyleCop.Analyzers.Test.CSharp9.NamingRules;
public class SA1310... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/NamingRules/SA1310CSharp10UnitTests.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/NamingRules/SA1310CSharp10UnitTests.cs | ghcode:00162:aa48a178a0e0 | mit | codeparrot/github-code | aa48a178a0e044cd3d64726e225b0355f8259650c4a5ca2f1f7d7af7f3bf763d | 0.75 | testing_debugging_repair_refactoring | 98 | false | 2026-07-17 |
using System;
using System.IO;
using NUnit.Framework;
using Steepshot.Core.HttpClient;
using Steepshot.Core.Models.Common;
namespace Steepshot.Core.Tests
{
public class BaseTests
{
private readonly ISteepshotApiClient _steem = new SteepshotApiClient(Constants.SteemUrl);
private read... | AnCh7/sweetshot | src/Steepshot.Core.Tests/BaseTests.cs | https://github.com/AnCh7/sweetshot/blob/HEAD/src/Steepshot.Core.Tests/BaseTests.cs | ghcode:00162:cd9c0532a09d | unlicense | codeparrot/github-code | cd9c0532a09d4160c1f71c82913a60450b224cab7e13701b9668015d1fabc954 | 0.68 | testing_debugging_repair_refactoring | 327 | false | 2026-07-17 |
/*
* Copyright (C) Sony Computer Entertainment America LLC.
* All Rights Reserved.
*/
using System;
using System.IO;
using System.Reflection;
using NUnit.Core;
namespace Sce.Sled.Shared.UnitTests
{
class SledSharedEventListener : EventListener
{
public SledSharedEventListener()
{
... | SonyWWS/SLED | tool/SledShared/UnitTests/TestRunner.cs | https://github.com/SonyWWS/SLED/blob/HEAD/tool/SledShared/UnitTests/TestRunner.cs | ghcode:00162:2fa2215e8e1c | apache-2.0 | codeparrot/github-code | 2fa2215e8e1ca2a639f37e7705eb2c35197cc57e2b16002f9ce67a7ceecbd2ca | 0.75 | testing_debugging_repair_refactoring | 685 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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... | kaffeebrauer/Lean | Tests/Common/Orders/TimeInForces/TimeInForceTests.cs | https://github.com/kaffeebrauer/Lean/blob/HEAD/Tests/Common/Orders/TimeInForces/TimeInForceTests.cs | ghcode:00162:aad7b02c9f8e | apache-2.0 | codeparrot/github-code | aad7b02c9f8ec0619223b71e40c24550e70d7085a945ccf080eafb3e0b7eaa76 | 0.85 | testing_debugging_repair_refactoring | 6,671 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using JsonRpc.Messages;
namespace JsonRpc.Streams
{
/// <summary>
/// Represents a message writer that writes the message line-by-line to <see cre... | CXuesong/JsonRpc.Standard | JsonRpc.Streams/ByLineTextMessageWriter.cs | https://github.com/CXuesong/JsonRpc.Standard/blob/HEAD/JsonRpc.Streams/ByLineTextMessageWriter.cs | ghcode:00162:23ec39fc21cd | apache-2.0 | codeparrot/github-code | 23ec39fc21cdc741dd53760d70b9ad6f29bc17e8e12c389d19c40214961583eb | 0.85 | testing_debugging_repair_refactoring | 1,343 | false | 2026-07-17 |
using System;
using System.Linq;
using Bytes2you.Validation.UnitTests.Testing;
using Bytes2you.Validation.UnitTests.Testing.Helpers;
using Bytes2you.Validation.ValidationPredicates.GenericPredicates;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Bytes2you.Validation.UnitTests.FluentExtensions.DoubleAr... | veskokolev/Bytes2you.Validation | src/Bytes2you.Validation.UnitTests/FluentExtensions/DoubleArgumentFluentExtensionsTest/IsPositiveInfinity_Should.cs | https://github.com/veskokolev/Bytes2you.Validation/blob/HEAD/src/Bytes2you.Validation.UnitTests/FluentExtensions/DoubleArgumentFluentExtensionsTest/IsPositiveInfinity_Should.cs | ghcode:00162:22bd4653cd0d | apache-2.0 | codeparrot/github-code | 22bd4653cd0d11a663564bb0ed345059d144b73ef51ac28310cd74e5f81b03d6 | 0.7 | testing_debugging_repair_refactoring | 277 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Xml;
using ICSharpCode.TextEditor;
using ICSharpCode.TextEditor.Actions;
using ICSharpCode.TextEditor.Document;
namespace NBi.UI.Genbi.View.TestSuiteGenerator.XmlEditor
{
/// <summa... | Seddryck/NBi | NBi.UI.Genbi/View/TestSuiteGenerator/XmlEditor/XmlFormattingStrategy.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.UI.Genbi/View/TestSuiteGenerator/XmlEditor/XmlFormattingStrategy.cs | ghcode:00162:14d00028fe5d | apache-2.0 | codeparrot/github-code | 14d00028fe5ddaa6f24d714fd6922d5d3f84c2625d4e47e7e0fdf2d063daba8c | 0.85 | testing_debugging_repair_refactoring | 1,561 | 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.Tests/Commands/OpenProjectCommandTest.cs | https://github.com/citizenmatt/gallio/blob/HEAD/src/Extensions/Icarus/Gallio.Icarus.Tests/Commands/OpenProjectCommandTest.cs | ghcode:00162:eb71f00c7c0d | apache-2.0 | codeparrot/github-code | eb71f00c7c0dff81957d02ef6b1411e20c6ca0942f1117d9bde0783fbe726bf2 | 0.85 | testing_debugging_repair_refactoring | 720 | false | 2026-07-17 |
// Copyright 2018-2020 Andrew White
//
// 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... | achandlerwhite/Finbuckle.MultiTenant | test/Finbuckle.MultiTenant.AspNetCore.Test/Strategies/SessionStrategyShould.cs | https://github.com/achandlerwhite/Finbuckle.MultiTenant/blob/HEAD/test/Finbuckle.MultiTenant.AspNetCore.Test/Strategies/SessionStrategyShould.cs | ghcode:00162:1bd33af7c063 | apache-2.0 | codeparrot/github-code | 1bd33af7c0634fc6e517c5c93d231d63b85874d3a61615a4c6c8abcbe2a5b9e3 | 0.7 | testing_debugging_repair_refactoring | 644 | 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.Collections.ObjectModel;
using System.Diagnostics;
using Syst... | stjeong/roslyn | src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/EvaluationContext.cs | https://github.com/stjeong/roslyn/blob/HEAD/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/EvaluationContext.cs | ghcode:00162:8a8905b41321 | apache-2.0 | codeparrot/github-code | 8a8905b413215b333fb0ebe96e1eaab490c9b65c3fe9f265e6bab72933e10f42 | 0.85 | testing_debugging_repair_refactoring | 4,552 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Typewriter.Tests.Support;
namespace Typewriter.Tests.Extensions.Support
{
public class RouteController
{
[Route("api/{controller}/a/{name}/{id?}")]
public string GetRoute(s... | coolkev/Typewriter | src/Tests/Extensions/Support/RouteController.cs | https://github.com/coolkev/Typewriter/blob/HEAD/src/Tests/Extensions/Support/RouteController.cs | ghcode:00162:f3af72f7a51c | apache-2.0 | codeparrot/github-code | f3af72f7a51caa9708ec6e212b5a183578dd04adfa2e254d17292348cd3a0cc1 | 0.85 | testing_debugging_repair_refactoring | 88 | false | 2026-07-17 |
#region WatiN Copyright (C) 2006-2011 Jeroen van Menen
//Copyright 2006-2011 Jeroen van Menen
//
// 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.... | adymitruk/altnetdllstack | Watin/src/UnitTests/TableTests.cs | https://github.com/adymitruk/altnetdllstack/blob/HEAD/Watin/src/UnitTests/TableTests.cs | ghcode:00162:8e014dd2eac5 | apache-2.0 | codeparrot/github-code | 8e014dd2eac57657fe2af6b847616547c686bc948eb8139a6805c826a30914f6 | 0.95 | testing_debugging_repair_refactoring | 2,184 | false | 2026-07-17 |
using Akka.Configuration;
using Akka.Routing;
using Akka.Serialization;
using Akka.TestKit;
using Akka.TestKit.TestActors;
using Xunit;
using System;
using Akka.Actor;
using Akka.Dispatch.SysMsg;
namespace Akka.Tests.Serialization
{
public class SerializationSpec : AkkaSpec
{
public class Contain... | rodrigovidal/akka.net | src/core/Akka.Tests/Serialization/SerializationSpec.cs | https://github.com/rodrigovidal/akka.net/blob/HEAD/src/core/Akka.Tests/Serialization/SerializationSpec.cs | ghcode:00162:e226aa41276c | apache-2.0 | codeparrot/github-code | e226aa41276caddd4e53ff42ffa5c77a52b78696166e31ba661aa5ab13c710a9 | 0.85 | testing_debugging_repair_refactoring | 2,182 | false | 2026-07-17 |
using NBi.GenbiL.Action;
using NBi.GenbiL.Action.Setting;
using NBi.GenbiL.Stateful;
using NUnit.Framework;
using NBi.Xml.Settings;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Testing.GenbiL.Action.Setting
{
public class Default... | Seddryck/NBi | NBi.Testing.GenbiL/Action/Setting/DefaultActionTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.GenbiL/Action/Setting/DefaultActionTest.cs | ghcode:00162:9a94c2c5deb8 | apache-2.0 | codeparrot/github-code | 9a94c2c5deb832b1135f4286c7bace4791de3ed959895faa1222b6bd37748f93 | 0.75 | testing_debugging_repair_refactoring | 357 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Aih.DataLoader;
using Aih.DataLoader.Interfaces;
using Aih.DataLoader.StatusHandlers;
using Aih.DataLoader.ConfigHandlers;
namespace tests
{
public class TestDataLoaderTester
{
private ... | dataloader/Aih.Dataloader | tests/TestDataLoaderTester.cs | https://github.com/dataloader/Aih.Dataloader/blob/HEAD/tests/TestDataLoaderTester.cs | ghcode:00162:78208f8d181b | apache-2.0 | codeparrot/github-code | 78208f8d181b3ce2f235bbc3f6043cfa309289e3edf784472a63c770bcf25856 | 0.75 | testing_debugging_repair_refactoring | 285 | false | 2026-07-17 |
using System;
using Exceptionless.Core.Extensions;
using Xunit;
namespace Exceptionless.Api.Tests.Extensions {
public class StringExtensionsTests {
[Fact(Skip = "TODO: https://github.com/exceptionless/Exceptionless.Net/issues/2")]
public void LowerUnderscoredWords() {
Assert.Equal("ena... | adamzolotarev/Exceptionless | Source/Tests/Extensions/StringExtensionsTests.cs | https://github.com/adamzolotarev/Exceptionless/blob/HEAD/Source/Tests/Extensions/StringExtensionsTests.cs | ghcode:00162:362a9547b2ee | apache-2.0 | codeparrot/github-code | 362a9547b2ee3ee6e01de4992ba251e5db2395dae49b59c473c776585e9f2869 | 0.85 | testing_debugging_repair_refactoring | 526 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ... | tzaavi/Lean | Tests/Common/Securities/Equity/EquityTransactionModelTests.cs | https://github.com/tzaavi/Lean/blob/HEAD/Tests/Common/Securities/Equity/EquityTransactionModelTests.cs | ghcode:00162:72c07b78b149 | apache-2.0 | codeparrot/github-code | 72c07b78b149103cf631b74058ff0a0f9e4afb285ea74f6a44961775da43d849 | 0.85 | testing_debugging_repair_refactoring | 2,439 | false | 2026-07-17 |
using AceQL.Client.Api.Util;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AceQL.Client.Tests
{
static class JsonTest
{
public static void TheMain(string[] args)
{
... | kawansoft/AceQL.Client | AceQL.Client.Tests/Test/JsonTest.cs | https://github.com/kawansoft/AceQL.Client/blob/HEAD/AceQL.Client.Tests/Test/JsonTest.cs | ghcode:00162:29ccff4b8142 | apache-2.0 | codeparrot/github-code | 29ccff4b814239ab71cbfeb34e04b043d6a0a219d127eecea75bfb943a3df126 | 0.95 | testing_debugging_repair_refactoring | 884 | false | 2026-07-17 |
using Xunit;
namespace Structurizr.Core.Tests
{
public class PersonTests
{
private Workspace workspace;
private Model model;
private Person person;
public PersonTests()
{
workspace = new Workspace("Name", "Description");
model = workspace.... | structurizr/dotnet | Structurizr.Core.Tests/Model/PersonTests.cs | https://github.com/structurizr/dotnet/blob/HEAD/Structurizr.Core.Tests/Model/PersonTests.cs | ghcode:00162:b97e6478937f | apache-2.0 | codeparrot/github-code | b97e6478937fe9b0db57c44e8465b1969b5a1a7f26c3ec46e691506392cf9009 | 0.75 | testing_debugging_repair_refactoring | 258 | false | 2026-07-17 |
// Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
namespace TestHost
{
[TestFixture]
public class LiteralsTests
{
//// 7.7.1 Addition
... | JayBazuzi/Pash | Source/TestHost/LiteralsTests.cs | https://github.com/JayBazuzi/Pash/blob/HEAD/Source/TestHost/LiteralsTests.cs | ghcode:00162:1b28dc45a302 | bsd-3-clause | codeparrot/github-code | 1b28dc45a302970181a7920e67e659ffbb555b9e449bbf9fd293f844c2719316 | 0.85 | testing_debugging_repair_refactoring | 459 | false | 2026-07-17 |
using FluentAssertions;
using System;
using System.Collections.Generic;
using System.Linq;
using Toggl.Core.Exceptions;
using Toggl.Core.Tests.Mocks;
using Toggl.Core.Tests.Sync.Extensions;
using Toggl.Core.Tests.Sync.Helpers;
using Toggl.Core.Tests.Sync.State;
using Toggl.Networking.Helpers;
using Toggl.Shared;
using... | toggl/mobileapp | Toggl.Core.Tests.Sync/Scenarios/GainingAccessToWorkspace/GainAccessToAWorkspaceForTheFirstTimeTest.cs | https://github.com/toggl/mobileapp/blob/HEAD/Toggl.Core.Tests.Sync/Scenarios/GainingAccessToWorkspace/GainAccessToAWorkspaceForTheFirstTimeTest.cs | ghcode:00162:accc6a38c782 | bsd-3-clause | codeparrot/github-code | accc6a38c782233e0249beccb3915ad9c56babafd64e8b4578d4a30d826adc92 | 0.75 | testing_debugging_repair_refactoring | 873 | false | 2026-07-17 |
// Copyright © 2010 onwards, Andrew Whewell
// All rights reserved.
//
// Redistribution and use of this software 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... | VincentFortuneDeng/VirtualRadarSource2.0.2 | Test/Test.VirtualRadar.Library/Settings/ConfigurationStorageTests.cs | https://github.com/VincentFortuneDeng/VirtualRadarSource2.0.2/blob/HEAD/Test/Test.VirtualRadar.Library/Settings/ConfigurationStorageTests.cs | ghcode:00162:65150b85754d | bsd-3-clause | codeparrot/github-code | 65150b85754d1bd5d887b35e593488447c8dc7217a49b1194c9633f7335a1900 | 0.85 | testing_debugging_repair_refactoring | 7,012 | false | 2026-07-17 |
using Common.Logging;
using Common.Logging.Simple;
using NUnit.Framework;
namespace AdTools.Tests.IntegrationTests.StandardUser
{
[TestFixture(Category = "StandardUserIntegrationTests")]
public class ExampleStandardUserIntegrationTests
{
private ConsoleOutLogger _logger;
[SetUp]
p... | trondr/AdTools | src/AdTools.Tests/IntegrationTests/StandardUser/ExampleStandardUserIntegrationTests.cs | https://github.com/trondr/AdTools/blob/HEAD/src/AdTools.Tests/IntegrationTests/StandardUser/ExampleStandardUserIntegrationTests.cs | ghcode:00162:50091fde75ea | bsd-3-clause | codeparrot/github-code | 50091fde75ea9b16746d2cde55ffbf2a04ee8ec12126a73efd2796f255bae167 | 0.85 | testing_debugging_repair_refactoring | 172 | false | 2026-07-17 |
using FluentAssertions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using Toggl.Networking.Exceptions;
using Toggl.Networking.Helpers;
using Toggl.Networking.Network;
using Toggl.Networking.Tests.Network;
using Xunit;
using static System.Net.HttpStatusCod... | toggl/mobileapp | Toggl.Networking.Tests/Exceptions/ApiErrorResponsesTests.cs | https://github.com/toggl/mobileapp/blob/HEAD/Toggl.Networking.Tests/Exceptions/ApiErrorResponsesTests.cs | ghcode:00162:b80b37710859 | bsd-3-clause | codeparrot/github-code | b80b3771085991de511cb33804ee5be1d33f7d656dbed50397933c8ebb20048f | 0.85 | testing_debugging_repair_refactoring | 2,183 | false | 2026-07-17 |
/*
* Copyright (c) Dominick Baier, Brock Allen. All rights reserved.
* see license
*/
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Specialized;
using System.Net.Http.Headers;
using System.Text;
using Thinktecture.IdentityModel.Http;
using Thinktecture.IdentityServer.Co... | ascoro/Thinktecture.IdentityServer.v3.Fork | source/Tests/UnitTests/Validation Tests/Client Validation/Request_Validation.cs | https://github.com/ascoro/Thinktecture.IdentityServer.v3.Fork/blob/HEAD/source/Tests/UnitTests/Validation Tests/Client Validation/Request_Validation.cs | ghcode:00162:e4159d2f5a95 | bsd-3-clause | codeparrot/github-code | e4159d2f5a95a22549897ed49227739292397107968b17e74f03c43acfc5c6b9 | 0.85 | testing_debugging_repair_refactoring | 1,074 | false | 2026-07-17 |
// ****************************************************************
// Copyright 2008, Charlie Poole
// This is free software licensed under the NUnit license. You may
// obtain a copy of the license at http://nunit.org
// ****************************************************************
using System;
using Syst... | continuoustests/AutoTest.Net | lib/NUnit/src/NUnit-2.6.0.12051/src/NUnitCore/core/DomainAgent.cs | https://github.com/continuoustests/AutoTest.Net/blob/HEAD/lib/NUnit/src/NUnit-2.6.0.12051/src/NUnitCore/core/DomainAgent.cs | ghcode:00162:f0ad79f72083 | mit | codeparrot/github-code | f0ad79f72083d52a5f41ae68c3fbd415893a418d8cc8ce29c4783b4a7e54ef63 | 0.95 | testing_debugging_repair_refactoring | 1,158 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using FastMapper.Adapters;
using System.Collections.Generic;
using FastMapper.Tests.Classes;
namespace FastMapper.Tests
{
#region Test Object
public class ConfigA
{
public int Id { get; set; }
public string Name { get; set;... | hallem/FastMapper | FastMapper.Tests/ConfigurationTests.cs | https://github.com/hallem/FastMapper/blob/HEAD/FastMapper.Tests/ConfigurationTests.cs | ghcode:00162:46c6de5e12d2 | mit | codeparrot/github-code | 46c6de5e12d268bc037e0a8a1e0deac86b14662fe03d1129e851338ca31b520f | 0.75 | testing_debugging_repair_refactoring | 1,217 | false | 2026-07-17 |
using System;
using Computers.UI.Console.Components;
using Computers.UI.Console.Interfaces;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace ComputerBuilding.Tests
{
[TestClass]
public class BatteryChargeTest
{
private IRechargable _battery;
[TestInitialize]
public vo... | didimitrov/Algo | SortingAlgorithmsDemo/HQC/Exam-ComputerSystem/ComputerBuilding.Tests/BatteryChargeTest.cs | https://github.com/didimitrov/Algo/blob/HEAD/SortingAlgorithmsDemo/HQC/Exam-ComputerSystem/ComputerBuilding.Tests/BatteryChargeTest.cs | ghcode:00162:7d25ad9dd8e9 | mit | codeparrot/github-code | 7d25ad9dd8e90d3ca731a5d0adcd04e97498f84717f87103b5340af6fe2e8f42 | 0.6 | testing_debugging_repair_refactoring | 377 | 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 System.Collections.Immutable;
using System.Linq;
using System... | jmarolf/roslyn | src/EditorFeatures/DiagnosticsTestUtilities/ChangeSignature/AbstractChangeSignatureTests.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/EditorFeatures/DiagnosticsTestUtilities/ChangeSignature/AbstractChangeSignatureTests.cs | ghcode:00162:703ab0f63bc2 | mit | codeparrot/github-code | 703ab0f63bc2d2d5a59f60d8e2d03feb9c94bd7cae474a2c2fd4a32e719ee85f | 0.85 | testing_debugging_repair_refactoring | 2,338 | 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.
// Provides an abstraction over platform specific calling conventions (specifically, the calling convention
// util... | zenos-os/zenos | vendor/corert/src/ILCompiler.ReadyToRun/src/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs | https://github.com/zenos-os/zenos/blob/HEAD/vendor/corert/src/ILCompiler.ReadyToRun/src/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs | ghcode:00162:16a73b3f74cd | mit | codeparrot/github-code | 16a73b3f74cd5ea32170a5f562357f0d8a388fb643839614e1d309cf6c01b3ba | 0.82 | testing_debugging_repair_refactoring | 13,595 | 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.Generic;
using System.Linq;
using Microsoft.Build.BackEnd;
using Microsoft.Build.Construction;
using Microsoft.Build.Execution;
u... | jeffkl/msbuild | src/Build.UnitTests/TestComparers/ProjectInstanceModelTestComparers.cs | https://github.com/jeffkl/msbuild/blob/HEAD/src/Build.UnitTests/TestComparers/ProjectInstanceModelTestComparers.cs | ghcode:00162:bc70c574674a | mit | codeparrot/github-code | bc70c574674ae610eeacf85c8da1738bef0df2fbc1f3a0564f43f1e6dc6800da | 0.75 | testing_debugging_repair_refactoring | 3,353 | false | 2026-07-17 |
// Copyright (c) Microsoft Open Technologies, Inc. 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.ObjectModel;
using System.Diagnostics;
using System.Diagnosti... | binsys/roslyn_java | Src/Workspaces/Core/Shared/NormalizedTextSpanCollection.cs | https://github.com/binsys/roslyn_java/blob/HEAD/Src/Workspaces/Core/Shared/NormalizedTextSpanCollection.cs | ghcode:00162:f568739ef1d9 | apache-2.0 | codeparrot/github-code | f568739ef1d9db0463d5e0353668fd150aaecceb83ecc016889d21ed047ef257 | 0.85 | testing_debugging_repair_refactoring | 4,296 | false | 2026-07-17 |
/*
Copyright 2011 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 writing, software
dis... | xamarin/google-apis | src/Externals/google-api-dotnet-client/Src/GoogleApis.Tests/Apis/Requests/ResponseTest.cs | https://github.com/xamarin/google-apis/blob/HEAD/src/Externals/google-api-dotnet-client/Src/GoogleApis.Tests/Apis/Requests/ResponseTest.cs | ghcode:00162:b56aafa988cf | apache-2.0 | codeparrot/github-code | b56aafa988cf4f7d7eaf2bd7965dea2276ffdba3d3f9cff1840b78573d97c1b8 | 0.8 | testing_debugging_repair_refactoring | 416 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using ProtoCore.DSASM.Mirror;
using ProtoTestFx.TD;
namespace ProtoTest.TD.MultiLangTests
{
class Builtin_Functions
{
public TestFrameWork thisTest = new TestFrameWork();
string testPath = "..\\..\\..\\Scripts\\TD\\MultiLanguage\\Builtin_Functions\\"... | DynamoDS/designscript-archive | Tests/ProtoTest/TD/MultiLangTests/Builtin_Functions.cs | https://github.com/DynamoDS/designscript-archive/blob/HEAD/Tests/ProtoTest/TD/MultiLangTests/Builtin_Functions.cs | ghcode:00162:e384bbb5bcfc | apache-2.0 | codeparrot/github-code | e384bbb5bcfc9ee574c6599eb1ddf62219a8ed7023a48156ea0ebf7071345fa7 | 0.72 | testing_debugging_repair_refactoring | 38,269 | 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... | namratab/azure-powershell | src/ServiceManagement/Services/Commands.Test/Websites/ShowAzureWebsiteTests.cs | https://github.com/namratab/azure-powershell/blob/HEAD/src/ServiceManagement/Services/Commands.Test/Websites/ShowAzureWebsiteTests.cs | ghcode:00162:da9f41ce5cb7 | apache-2.0 | codeparrot/github-code | da9f41ce5cb751b76951eb4b3fd0b7eceb88d6ad520d64c7a574a0b68e41c084 | 0.85 | testing_debugging_repair_refactoring | 414 | 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.Collections.Generic;
using FluentAssertions;
using Microsoft.Its.Recipes;
using System;
using System.Linq;
using System.Threading.Tasks;
using Vipr.Core.C... | piotrpMSFT/Vipr2 | test/CSharpWriterUnitTests/Given_an_OdcmClass_Entity_Bound_Function.cs | https://github.com/piotrpMSFT/Vipr2/blob/HEAD/test/CSharpWriterUnitTests/Given_an_OdcmClass_Entity_Bound_Function.cs | ghcode:00162:c56b434d1bf5 | mit | codeparrot/github-code | c56b434d1bf5cba47238a352fa90eb19f17b2c27a3fc3e72f2ec527a7914507f | 0.75 | testing_debugging_repair_refactoring | 709 | 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.Linq;
using System.Resources;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using Sys... | Microsoft/msbuild | src/Build.UnitTests/Definition/ProjectItem_Tests.cs | https://github.com/Microsoft/msbuild/blob/HEAD/src/Build.UnitTests/Definition/ProjectItem_Tests.cs | ghcode:00162:703860339c02 | mit | codeparrot/github-code | 703860339c02805bf3cd91609ad91a2f00d8b2a0588b3a48f1db34e8fb995397 | 0.85 | testing_debugging_repair_refactoring | 680 | false | 2026-07-17 |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Microsoft Public License (MS-PL)
//
// This license governs use of the accompanying software. If you use the
// software, you accept this license. If you do not accept the license, do not
// use the software.
//
// 1. Definitions
//
// The te... | moinuddin14/swd-recorder | SwdPageRecorder/vendor/ClearScript-5.3.11/ClearScriptTest/InterfaceMemberAccessTest.cs | https://github.com/moinuddin14/swd-recorder/blob/HEAD/SwdPageRecorder/vendor/ClearScript-5.3.11/ClearScriptTest/InterfaceMemberAccessTest.cs | ghcode:00162:8fd0ea25b546 | mit | codeparrot/github-code | 8fd0ea25b54650ff26520df04ba5bb85a82f06da03a431e94a1570eb55df3960 | 0.7 | testing_debugging_repair_refactoring | 3,088 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using BenchmarkDotNet.Columns;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Running;
using Ben... | rsdn/CodeJam | PerfTests[WIP]/src/[L4_Configuration]/Configs.Factories/CompetitionConfigFactory.cs | https://github.com/rsdn/CodeJam/blob/HEAD/PerfTests[WIP]/src/[L4_Configuration]/Configs.Factories/CompetitionConfigFactory.cs | ghcode:00162:70125200f8d3 | mit | codeparrot/github-code | 70125200f8d32921d30e15cfbdf8916254da00abcda0176fd3dc04d1373130ca | 0.95 | testing_debugging_repair_refactoring | 3,414 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using NUnit.Framework;
using System.Threading;
using OpenQA.Selenium.Environment;
using System.IO;
namespace OpenQA.Selenium.Firefox
{
[TestFixture]
public class FirefoxDriverTest : DriverTestFixture
{
[Test]
public void ShouldContinueToWorkIf... | krmahadevan/selenium | dotnet/test/firefox/FirefoxDriverTest.cs | https://github.com/krmahadevan/selenium/blob/HEAD/dotnet/test/firefox/FirefoxDriverTest.cs | ghcode:00162:e4233c5c621c | apache-2.0 | codeparrot/github-code | e4233c5c621cf93349030be84a8fe42a0162cdf2ba24f216fb995c6c4462cc8e | 0.95 | testing_debugging_repair_refactoring | 1,725 | 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.Linq;
using System.Text;
using Xunit;
namespace System.IO.FileSystem.Tests
{
public partial class DirectoryInfo_ctor_st... | shiftkey-tester/corefx | src/System.IO.FileSystem/tests/DirectoryInfo/ctor_str.cs | https://github.com/shiftkey-tester/corefx/blob/HEAD/src/System.IO.FileSystem/tests/DirectoryInfo/ctor_str.cs | ghcode:00162:7156bb088910 | mit | codeparrot/github-code | 7156bb088910db9d5a942029265fcf96b2ec5354f14cfeed5fe7beaa62fe25aa | 0.95 | testing_debugging_repair_refactoring | 540 | false | 2026-07-17 |
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
namespace Umbraco.Cms.Tests.Common.Published
{
public static class PublishedContentXml
{
// The content XML that was used for the old PublishContentCacheTests
public static string PublishContentCacheTestsXml()
... | umbraco/Umbraco-CMS | tests/Umbraco.Tests.Common/Published/PublishedContentXml.cs | https://github.com/umbraco/Umbraco-CMS/blob/HEAD/tests/Umbraco.Tests.Common/Published/PublishedContentXml.cs | ghcode:00162:69c51c61dd96 | mit | codeparrot/github-code | 69c51c61dd96c095585cd5f35ef5add2f8fd258de89fca30a1ada9186c5b86fb | 0.85 | testing_debugging_repair_refactoring | 6,274 | false | 2026-07-17 |
extern alias SSmDsClient;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Reflection;
using Microsoft.Silverlight.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenRiaServices.Silverlight.Test... | Daniel-Svensson/OpenRiaServices | OpenRiaServices.DomainServices.Client/Test/Silverlight/Data/CompositionTests.cs | https://github.com/Daniel-Svensson/OpenRiaServices/blob/HEAD/OpenRiaServices.DomainServices.Client/Test/Silverlight/Data/CompositionTests.cs | ghcode:00162:3fe47975bc56 | apache-2.0 | codeparrot/github-code | 3fe47975bc56be6c100003f017b6cc5babb540d98601a0b12ab1f349be6c2962 | 0.82 | testing_debugging_repair_refactoring | 12,330 | false | 2026-07-17 |
#region CopyrightHeader
//
// Copyright by Contributors
//
// 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.txt
//
// Unless req... | SeeCode/mdo | mdo-test/src/mdo/dao/ConfigFileDaoTest.cs | https://github.com/SeeCode/mdo/blob/HEAD/mdo-test/src/mdo/dao/ConfigFileDaoTest.cs | ghcode:00162:889fc8cea061 | apache-2.0 | codeparrot/github-code | 889fc8cea061acd7e108ecbebfca8d5fc34b36bd553af4b671779c63df954d10 | 0.8 | testing_debugging_repair_refactoring | 352 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="DistributedPubSubRestartSpec.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>
//... | ali-ince/akka.net | src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/PublishSubscribe/DistributedPubSubRestartSpec.cs | https://github.com/ali-ince/akka.net/blob/HEAD/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/PublishSubscribe/DistributedPubSubRestartSpec.cs | ghcode:00162:83d74d6fefe1 | apache-2.0 | codeparrot/github-code | 83d74d6fefe1284497d2e199392e50b89245f99e2ab7d541780f55033f2034ad | 0.85 | testing_debugging_repair_refactoring | 1,377 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="PruningStateSpec.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>
// </copyright... | ali-ince/akka.net | src/contrib/cluster/Akka.DistributedData.Tests/PruningStateSpec.cs | https://github.com/ali-ince/akka.net/blob/HEAD/src/contrib/cluster/Akka.DistributedData.Tests/PruningStateSpec.cs | ghcode:00162:adeea08f01fa | apache-2.0 | codeparrot/github-code | adeea08f01fa80c84741aa22d8e3948c8374914cc917dad775b02025df40ca11 | 0.85 | testing_debugging_repair_refactoring | 650 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using System.Xml;
using System.IO;
using PdfSharp.Xps.XpsModel;
namespace PdfSharp.Xps.Parsing
{
partial class XpsParser
{
/// <summary>
/// Parses a TableCellStructure element.
///... | tifa/exammaker | PdfSharp.Xps/PdfSharp.Xps.Parsing/XpsParser.TableCellStructure.cs | https://github.com/tifa/exammaker/blob/HEAD/PdfSharp.Xps/PdfSharp.Xps.Parsing/XpsParser.TableCellStructure.cs | ghcode:00162:2f5faa6b4abe | mit | codeparrot/github-code | 2f5faa6b4abe63f77da12d0d5cf860712649726754b7a1165c3b8bcd5de9780b | 0.7 | testing_debugging_repair_refactoring | 208 | false | 2026-07-17 |
using NUnit.Framework;
namespace Lucene.Net.Search.Spans
{
/*
* 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 thi... | jpsullivan/lucenenet | src/Lucene.Net.Tests/core/Search/Spans/TestSpanExplanations.cs | https://github.com/jpsullivan/lucenenet/blob/HEAD/src/Lucene.Net.Tests/core/Search/Spans/TestSpanExplanations.cs | ghcode:00162:b25345e66fba | apache-2.0 | codeparrot/github-code | b25345e66fba7231d347f85256f5cbb4185a19796d5efdc9b096642e56bf5be7 | 0.85 | testing_debugging_repair_refactoring | 1,923 | 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.
#nullable enable
using System;
using System.Diagnostics;
using Microsoft.CodeAnalysis.Collections;
using Microsoft... | jmarolf/roslyn | src/Compilers/Core/Portable/Symbols/Attributes/AttributeUsageInfo.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/Core/Portable/Symbols/Attributes/AttributeUsageInfo.cs | ghcode:00162:2b47a2bd990e | mit | codeparrot/github-code | 2b47a2bd990e239aca3fae478b12b42f0ee62a135b1a9f9ffc7db3b911bee7e5 | 0.85 | testing_debugging_repair_refactoring | 1,475 | false | 2026-07-17 |
#region Copyright
//
// DotNetNuke® - http://www.dotnetnuke.com
// Copyright (c) 2002-2014
// by DotNetNuke 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 restrict... | abukres/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Core/RetryableActionTests.cs | https://github.com/abukres/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Core/RetryableActionTests.cs | ghcode:00162:970eca510cb6 | mit | codeparrot/github-code | 970eca510cb60c5034acbc009a095072fe081821784cb071affe4b87cc31da77 | 0.95 | testing_debugging_repair_refactoring | 942 | 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 Microsoft.Extensions.Logging;
namespace Microsoft.Azure.WebJobs.Host.TestCommon
{
public class TestLoggerProvider : ILoggerProvider
{
... | ayeletshpigelman/azure-sdk-for-net | sdk/extensions/Microsoft.Azure.WebJobs.Extensions.Clients/tests/shared/TestLoggerProvider.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/extensions/Microsoft.Azure.WebJobs.Extensions.Clients/tests/shared/TestLoggerProvider.cs | ghcode:00162:ea988ecfdf87 | mit | codeparrot/github-code | ea988ecfdf87fd363ac9f0a6c2487abe27d27b9a163d19ee51994a7db1753bed | 0.85 | testing_debugging_repair_refactoring | 303 | false | 2026-07-17 |
// -----------------------------------------------------------------------------------------
// <copyright file="BlobStreamTests.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 compli... | sandorfr/azure-storage-net | Test/WindowsRuntime/Blob/BlobStreamTests.cs | https://github.com/sandorfr/azure-storage-net/blob/HEAD/Test/WindowsRuntime/Blob/BlobStreamTests.cs | ghcode:00162:2ff64effb47b | apache-2.0 | codeparrot/github-code | 2ff64effb47be998296bc7a02feef42ec15bf1f71184f1c6b53df27283b28916 | 0.85 | testing_debugging_repair_refactoring | 2,453 | 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.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.SignatureHelp;
using ... | MatthieuMEZIL/roslyn | src/EditorFeatures/CSharpTest/SignatureHelp/AttributeSignatureHelpProviderTests.cs | https://github.com/MatthieuMEZIL/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/SignatureHelp/AttributeSignatureHelpProviderTests.cs | ghcode:00162:490a781b43ad | apache-2.0 | codeparrot/github-code | 490a781b43add0d4401a28bc61ad26b9963a22a61ae617c0938f163c8c9f48d3 | 0.85 | testing_debugging_repair_refactoring | 6,796 | false | 2026-07-17 |
using Glimpse.Core.Extensibility;
using Glimpse.Core.Framework;
using Glimpse.Core.Resource;
using Glimpse.Core.ResourceResult;
using Moq;
using Xunit;
namespace Glimpse.Test.Core.Resource
{
public class MetadataShould
{
[Fact]
public void Construct()
{
IResource metadata =... | gabrielweyer/Glimpse | source/Glimpse.Test.Core/Resource/MetadataShould.cs | https://github.com/gabrielweyer/Glimpse/blob/HEAD/source/Glimpse.Test.Core/Resource/MetadataShould.cs | ghcode:00162:21ce80d82f23 | apache-2.0 | codeparrot/github-code | 21ce80d82f239823755b918ddd7c7ca3e5b5d5922d84f6bdcf77dfce600c7fc9 | 0.75 | testing_debugging_repair_refactoring | 407 | false | 2026-07-17 |
namespace Nancy.Tests.Unit.Conventions
{
using System;
using System.Collections.Generic;
using FakeItEasy;
using Nancy.Conventions;
using Xunit;
public class DefaultStaticContentsConventionsFixture
{
private readonly NancyConventions conventions;
private readon... | felipeleusin/Nancy | test/Nancy.Tests/Unit/Conventions/DefaultStaticContentsConventionsFixture.cs | https://github.com/felipeleusin/Nancy/blob/HEAD/test/Nancy.Tests/Unit/Conventions/DefaultStaticContentsConventionsFixture.cs | ghcode:00162:4fd59354409f | mit | codeparrot/github-code | 4fd59354409fbb910eaebbcd511af7e88eba9591728066aff8d8a9476caa6460 | 0.7 | testing_debugging_repair_refactoring | 711 | false | 2026-07-17 |
namespace Nancy.Tests.Unit.Conventions
{
using System;
using System.Linq;
using FakeItEasy;
using Nancy.Conventions;
using Xunit;
public class DefaultAcceptHeaderCoercionConventionsFixture
{
private readonly NancyConventions conventions;
private readonly Defa... | sadiqhirani/Nancy | test/Nancy.Tests/Unit/Conventions/DefaultAcceptHeaderCoercionConventionsFixture.cs | https://github.com/sadiqhirani/Nancy/blob/HEAD/test/Nancy.Tests/Unit/Conventions/DefaultAcceptHeaderCoercionConventionsFixture.cs | ghcode:00162:351d63f240a5 | mit | codeparrot/github-code | 351d63f240a5841b785a51825b2ed19622b551bf5831ab35fa9ab0550927a987 | 0.7 | testing_debugging_repair_refactoring | 372 | 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;
using System;
using System.Reflection;
using System.Text;
namespace System.Reflection.Tests
{
publ... | iamjasonp/corefx | src/System.Reflection/tests/Assembly/Assembly_GetTypeTests.cs | https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Reflection/tests/Assembly/Assembly_GetTypeTests.cs | ghcode:00162:77a496364ec1 | mit | codeparrot/github-code | 77a496364ec19626e63a8a93a836ee3594917e27f7345b798330ebc765268ad1 | 0.95 | testing_debugging_repair_refactoring | 739 | 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.Linq;
using Internal.TypeSystem;
using Xunit;
namespace TypeSystemTests
{
public cl... | zenos-os/zenos | vendor/corert/src/ILCompiler.TypeSystem/tests/InterfacesTests.cs | https://github.com/zenos-os/zenos/blob/HEAD/vendor/corert/src/ILCompiler.TypeSystem/tests/InterfacesTests.cs | ghcode:00162:b34613f16061 | mit | codeparrot/github-code | b34613f16061a597595b456d24f922126a9bca137f5fc8d4902187d3e9321573 | 0.95 | testing_debugging_repair_refactoring | 1,788 | 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;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
... | shimingsg/corefx | src/System.Text.Json/tests/Serialization/TestClasses.SimpleTestClassWithObject.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Text.Json/tests/Serialization/TestClasses.SimpleTestClassWithObject.cs | ghcode:00162:07b8b7242149 | mit | codeparrot/github-code | 07b8b724214947763bc061a76c1a0765285fa9c4ca0eeda4734a4c3f59f0c6e3 | 0.95 | testing_debugging_repair_refactoring | 3,870 | 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.Text;
using System.Xml.Schema;
using System.Xml.XPath;
using System.Diagnostics;
using... | ViktorHofer/corefx | src/System.Private.Xml/src/System/Xml/Core/XsdValidatingReaderAsync.cs | https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Private.Xml/src/System/Xml/Core/XsdValidatingReaderAsync.cs | ghcode:00162:67fea8a56140 | mit | codeparrot/github-code | 67fea8a561407b3b58b9c6cdeff585d4d969572a88e55239b80e25d429ed4a8d | 0.95 | testing_debugging_repair_refactoring | 6,144 | 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.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.Code... | bbarry/roslyn | src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs | https://github.com/bbarry/roslyn/blob/HEAD/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs | ghcode:00162:1d75e228338c | apache-2.0 | codeparrot/github-code | 1d75e228338ceeff0cedd8e3f7fd0142de310afb56552cb1c741821214bef816 | 0.85 | testing_debugging_repair_refactoring | 746 | 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 Microsoft.CodeAnalysis.Text;
using Moq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Ta... | Pvlerick/roslyn | src/EditorFeatures/Test/Extensions/SourceTextContainerExtensionsTests.cs | https://github.com/Pvlerick/roslyn/blob/HEAD/src/EditorFeatures/Test/Extensions/SourceTextContainerExtensionsTests.cs | ghcode:00162:f0abd9a6a8cd | apache-2.0 | codeparrot/github-code | f0abd9a6a8cdb567cf99859e0f3f2bdbaf3fa9605f981bf69072680f0c6ca429 | 0.85 | testing_debugging_repair_refactoring | 262 | 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.Net.Test.Common;
using System.Linq;
using System.Threading;
using Sys... | BrennanConroy/corefx | src/System.Net.WebSockets.Client/tests/ClientWebSocketTestBase.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Net.WebSockets.Client/tests/ClientWebSocketTestBase.cs | ghcode:00162:a0458b7ee469 | mit | codeparrot/github-code | a0458b7ee469945acf7008fac3f194c76085b9b826b9196282752523796fbafb | 0.95 | testing_debugging_repair_refactoring | 784 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Umbraco.Core.Models;
namespace Umbraco.Tests.Models
{
[TestFixture]
public class DeepCloneHelperTests
{
[Test]
public void Deep_Clone_Ref_Properties()
{
... | Nicholas-Westby/Umbraco-CMS | src/Umbraco.Tests/Models/DeepCloneHelperTests.cs | https://github.com/Nicholas-Westby/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Models/DeepCloneHelperTests.cs | ghcode:00162:cbc9c7af1153 | mit | codeparrot/github-code | cbc9c7af115329c80e9dc314a42457bdd78ea60992a48b5bdd3b657f5ad22366 | 0.75 | testing_debugging_repair_refactoring | 1,525 | 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 OLEDB.Test.ModuleCore;
using System.IO;
using XmlCoreTest.Common;
namespace System.Xml.Tests
{
public cla... | shimingsg/corefx | src/System.Private.Xml/tests/Writers/XmlWriterApi/XmlWriterTestCaseBase.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Private.Xml/tests/Writers/XmlWriterApi/XmlWriterTestCaseBase.cs | ghcode:00162:1cd49312bb23 | mit | codeparrot/github-code | 1cd49312bb235fedbea723608abfc19f0bf244c8d59bcceaeb07fac4902c93c8 | 0.95 | testing_debugging_repair_refactoring | 635 | 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 System;
using System.Linq;
using System.Threading;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics... | smoogipooo/osu-framework | osu.Framework.Tests/Containers/TestSceneContainerState.cs | https://github.com/smoogipooo/osu-framework/blob/HEAD/osu.Framework.Tests/Containers/TestSceneContainerState.cs | ghcode:00162:eb67831a8480 | mit | codeparrot/github-code | eb67831a848023da2d202c2ebf676633a7d3bf39d04d778706f6406de6db28ca | 0.85 | testing_debugging_repair_refactoring | 2,276 | false | 2026-07-17 |
using Akka.TestKit.Xunit2;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Neo.IO;
using Neo.Network.P2P;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Neo.UnitTests.Network.P2P
{
[TestClass]
public class UT_ProtocolHandlerMailbox : TestKit
{... | shargon/neo | tests/neo.UnitTests/Network/P2P/UT_ProtocolHandlerMailbox.cs | https://github.com/shargon/neo/blob/HEAD/tests/neo.UnitTests/Network/P2P/UT_ProtocolHandlerMailbox.cs | ghcode:00162:e791ae687ebf | mit | codeparrot/github-code | e791ae687ebf98c022cb5eafa7d1704bf076d1ab5b4c5b6596076d66efb3dc04 | 0.85 | testing_debugging_repair_refactoring | 1,970 | false | 2026-07-17 |
using System;
using MeetMe.Data.Contracts;
using MeetMe.Data.Models;
using MeetMe.Services.Contracts;
using Moq;
using NUnit.Framework;
namespace MeetMe.Services.Tests.ConversationServiceTests
{
[TestFixture]
public class Constructor_Should
{
[Test]
public void ThrowsWhen_ConversationRepos... | Warez-VD/MeetMe | MeetMe/MeetMe.Services.Tests/ConversationServiceTests/Constructor_Should.cs | https://github.com/Warez-VD/MeetMe/blob/HEAD/MeetMe/MeetMe.Services.Tests/ConversationServiceTests/Constructor_Should.cs | ghcode:00162:72862063f337 | mit | codeparrot/github-code | 72862063f3376d32192899ede84491ba0930a4439dc6ee25d06884d91fea65f5 | 0.7 | testing_debugging_repair_refactoring | 626 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="SimpleJson.cs" company="The Outercurve Foundation">
// Copyright (c) 2011, The Outercurve Foundation.
//
// Licensed under the MIT License (the "License");
// you may not use this file except in compliance with the ... | RainsSoft/sharpcompress | SharpCompress/Test/simple_json.cs | https://github.com/RainsSoft/sharpcompress/blob/HEAD/SharpCompress/Test/simple_json.cs | ghcode:00162:d010cb7e681b | mit | codeparrot/github-code | d010cb7e681be100c215e39c61d133673cce7893a5ad09c24b9421a408692a74 | 0.82 | testing_debugging_repair_refactoring | 15,594 | false | 2026-07-17 |
using NUnit.Framework;
using PatchKit.Unity.Patcher.AppData.Remote;
public class RemoteResourcePasswordGeneratorTest
{
[Test]
public void Generate_ReturnsValidPassword()
{
var generator = new RemoteResourcePasswordGenerator();
var password = generator.Generate("abcd1234", 1);
Ass... | mohsansaleem/patchkit-patcher-unity | Assets/Editor/Tests/RemoteResourcePasswordGeneratorTest.cs | https://github.com/mohsansaleem/patchkit-patcher-unity/blob/HEAD/Assets/Editor/Tests/RemoteResourcePasswordGeneratorTest.cs | ghcode:00162:6bac702612c6 | mit | codeparrot/github-code | 6bac702612c6ad935e461e6bc08ae369a056d105cb27ecdc009288cc01c76168 | 0.85 | testing_debugging_repair_refactoring | 96 | false | 2026-07-17 |
using System;
using System.Linq;
using Moq;
using Xunit;
namespace Binance.Tests
{
public class SymbolTest
{
[Fact]
public void Throws()
{
const SymbolStatus status = SymbolStatus.Trading;
var baseAsset = Asset.BTC;
var quoteAsset = Asset.USDT;
... | sonvister/Binance | test/Binance.Tests/SymbolTest.cs | https://github.com/sonvister/Binance/blob/HEAD/test/Binance.Tests/SymbolTest.cs | ghcode:00162:18f53ac80472 | mit | codeparrot/github-code | 18f53ac8047298253f184626eaae9af2d8ab5d5aaa0aac759dec502548ffdd10 | 0.85 | testing_debugging_repair_refactoring | 3,163 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using TS.FluentSiteMap.Builders;
using NUnit.Framework;
namespace TS.FluentSiteMap.UnitTest
{
[TestFixture]
public class MetadataExtensionsTests
: FluentSiteMapTestBase
{
[Test]
public void GetMetadataValue_should_require_a_node()
... | twistedstream/FluentSiteMap | src/FluentSiteMap.UnitTest/MetadataExtensionsTests.cs | https://github.com/twistedstream/FluentSiteMap/blob/HEAD/src/FluentSiteMap.UnitTest/MetadataExtensionsTests.cs | ghcode:00162:28f1563ac81e | mit | codeparrot/github-code | 28f1563ac81edc59e99cca6cb395f9da454f6b89a9afda38d1a80a8642aef680 | 0.75 | testing_debugging_repair_refactoring | 1,023 | false | 2026-07-17 |
using System;
namespace CPF.Plugin
{
public class TestPlugin : Unknown, iTestPlugin
{
public TestPlugin(IntPtr iUnknown)
{
AddWrapper(new iTestPluginWrapper(this));
}
public uint Test(IntPtr self)
{
return 0;
}
}
}
| All8Up/cpf | Cpf/Plugins/CSharp/TestCSharp/TestPlugin.cs | https://github.com/All8Up/cpf/blob/HEAD/Cpf/Plugins/CSharp/TestCSharp/TestPlugin.cs | ghcode:00162:f9560d5049b8 | mit | codeparrot/github-code | f9560d5049b8823fc594a4dfb8a4567632eef8ccec13e089aac03a957988b809 | 0.75 | testing_debugging_repair_refactoring | 66 | false | 2026-07-17 |
using AgateLib.Display;
using FluentAssertions;
using Microsoft.Xna.Framework;
using Xunit;
namespace AgateLib.Demo.Display
{
public class ColorXTests
{
[Fact]
public void ToArgb()
{
var clr = new Color(0x12, 0x34, 0x56, 0x78);
clr.ToArgb().Should().Be("7812345... | eylvisaker/AgateLib | tests/AgateLib.UnitTests/Display/ColorXTests.cs | https://github.com/eylvisaker/AgateLib/blob/HEAD/tests/AgateLib.UnitTests/Display/ColorXTests.cs | ghcode:00162:2998d07d4330 | mit | codeparrot/github-code | 2998d07d43304939fbb3f7300d7aed876924b1a2dd7cc4cc17497e380986f22f | 0.75 | testing_debugging_repair_refactoring | 1,010 | false | 2026-07-17 |
using System;
using NCubeSolvers.Core;
using NUnit.Framework;
namespace NCubeSolver.Core.UnitTests
{
[TestFixture]
public class CubeConfigurationTests
{
[TestCase(2)]
[TestCase(4)]
[TestCase(6)]
public void GetCentreLayer_WhenConfigurationIsForAnEvenNumber_ThrowsInvalidOper... | EdwardSalter/NCubeSolver | src/Core.Tests/CubeConfigurationTests.cs | https://github.com/EdwardSalter/NCubeSolver/blob/HEAD/src/Core.Tests/CubeConfigurationTests.cs | ghcode:00162:0ee3c1153762 | mit | codeparrot/github-code | 0ee3c1153762ef89f7760184eb384ea4b08081bde1af8a1ca96f994d0902af88 | 0.72 | testing_debugging_repair_refactoring | 25,730 | false | 2026-07-17 |
using System.Linq;
using NUnit.Framework;
namespace Tests.LINQMethods
{
[TestFixture]
public class TakeWhile_WithIndex : LINQQueryableInventoryMethodTestBase<IntegratedTestsBase.InventorySelect>
{
protected override IQueryable<InventorySelect> GetQuery(IQueryable<InventorySelect> source)
{
... | SolutionheadOpenTech/EF-Split-Projector | Tests/LINQMethods/TakeWhile_WithIndex.cs | https://github.com/SolutionheadOpenTech/EF-Split-Projector/blob/HEAD/Tests/LINQMethods/TakeWhile_WithIndex.cs | ghcode:00162:42573abe72eb | mit | codeparrot/github-code | 42573abe72ebff9f1f7ff727a70caaff58675251ff6c8c77da1b32fd2a44c098 | 0.75 | testing_debugging_repair_refactoring | 89 | 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 Xunit;
namespace Flatbox.RegularExpressions.Tests
{
public static... | NeilBostian/Flatbox.RegularExpressions | Flatbox.RegularExpressions.Tests/MatchCollectionTests.cs | https://github.com/NeilBostian/Flatbox.RegularExpressions/blob/HEAD/Flatbox.RegularExpressions.Tests/MatchCollectionTests.cs | ghcode:00162:deb4af8f0e34 | mit | codeparrot/github-code | deb4af8f0e34a96387fe4d922534136cf91ebf696c0f924ae2c2c37776dae53f | 0.85 | testing_debugging_repair_refactoring | 877 | false | 2026-07-17 |
// -- FILE ------------------------------------------------------------------
// name : TimeIntervalTest.cs
// project : Itenso Time Period
// created : Jani Giannoudis - 2011.02.18
// language : C# 4.0
// environment: .NET 2.0
// copyright : (c) 2011-2012 by Itenso GmbH, Switzerland
// -----------------... | Giannoudis/TimePeriodLibrary | TimePeriodTests/TimeIntervalTest.cs | https://github.com/Giannoudis/TimePeriodLibrary/blob/HEAD/TimePeriodTests/TimeIntervalTest.cs | ghcode:00162:e8f1bb475299 | mit | codeparrot/github-code | e8f1bb47529932531823713b0e5009e6274a41dec7be2e3453d06090fb99369b | 0.7 | testing_debugging_repair_refactoring | 6,577 | false | 2026-07-17 |
using Moq;
using Runic.Agent.Core.Harness;
using Runic.Agent.Core.Models;
using Runic.Agent.Core.Services;
using System.Collections.Immutable;
using System.Reflection;
using System.Threading.Tasks;
using Xunit;
namespace Runic.Agent.Core.UnitTest.Tests
{
public class PersonTests
{
[Fact]
publi... | joshuagenders/Runic | Agent/src/Runic.Agent.Core.UnitTest/Tests/PersonTests.cs | https://github.com/joshuagenders/Runic/blob/HEAD/Agent/src/Runic.Agent.Core.UnitTest/Tests/PersonTests.cs | ghcode:00162:aa47fe69c1b3 | mit | codeparrot/github-code | aa47fe69c1b39b8c01ea9e1918c161ca489bec5abae9e73c9094216bd162c2ee | 0.85 | testing_debugging_repair_refactoring | 225 | false | 2026-07-17 |
// <copyright file="GetBenchmarks.PetaPoco.cs" company="Berkeleybross">
// Copyright (c) Berkeleybross. All rights reserved.
// </copyright>
namespace PeregrineDb.PerformanceTests
{
using System.Linq;
using BenchmarkDotNet.Attributes;
using PetaPoco;
public class PetaPocoGetBenchmarks
: GetBen... | berkeleybross/Dapper.MicroCRUD | tests/PeregrineDb.PerformanceTests/GetBenchmarks.PetaPoco.cs | https://github.com/berkeleybross/Dapper.MicroCRUD/blob/HEAD/tests/PeregrineDb.PerformanceTests/GetBenchmarks.PetaPoco.cs | ghcode:00162:02a493570a5a | mit | codeparrot/github-code | 02a493570a5a36a699f43b38c5fbcda9af2de99476aa074e3976259158836d49 | 0.85 | testing_debugging_repair_refactoring | 277 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace react_mvc.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| TheLastCard/react-redux-mvc | react-mvc.Tests/UnitTest1.cs | https://github.com/TheLastCard/react-redux-mvc/blob/HEAD/react-mvc.Tests/UnitTest1.cs | ghcode:00162:7639836c10ab | mit | codeparrot/github-code | 7639836c10ab7666b41299ca4608fbed2f2656e995b9672e1ae257c4fd545932 | 0.6 | testing_debugging_repair_refactoring | 47 | false | 2026-07-17 |
using System;
using System.Linq.Expressions;
using DotNetDesign.Common;
using FluentAssertions;
using Xunit;
namespace DotNetDesign.Common.Tests
{
public class MemberNameTests
{
[Fact]
public void MemberNameForTests()
{
var person = new Person() { Name = "Adam"... | dotnetdesign/Common | src/DotNetDesign.Common.Tests/MemberNameTests.cs | https://github.com/dotnetdesign/Common/blob/HEAD/src/DotNetDesign.Common.Tests/MemberNameTests.cs | ghcode:00162:72358192d3e6 | mit | codeparrot/github-code | 72358192d3e6f5a0efb5a3862b0803aae18c57614b56b2b7608bcd59996fe33b | 0.75 | testing_debugging_repair_refactoring | 368 | false | 2026-07-17 |
using System;
using System.IO;
using System.Text;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.Shared.Tests;
using Xunit;
using Xunit.Abstractions;
namespace Dotnet.Script.Tests
{
[Collection("IntegrationTests")]
public class ScriptExecutionTests
{
public ScriptExecutionTest... | filipw/dotnet-script | src/Dotnet.Script.Tests/ScriptExecutionTests.cs | https://github.com/filipw/dotnet-script/blob/HEAD/src/Dotnet.Script.Tests/ScriptExecutionTests.cs | ghcode:00162:2773bf64eeb3 | mit | codeparrot/github-code | 2773bf64eeb3f8bcc227f041a1acb215d69c09672cd7573eac55ded1c5b1d2d4 | 0.85 | testing_debugging_repair_refactoring | 3,959 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.