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 file="TestConductorConfigFactory.cs" company="Akka.NET Project"> // Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2015 Akka.NET project <https://github.com/akkadotnet/akka.net> // </c...
alex-kondrashov/akka.net
src/core/Akka.Remote.TestKit/Internals/TestConductorConfigFactory.cs
https://github.com/alex-kondrashov/akka.net/blob/HEAD/src/core/Akka.Remote.TestKit/Internals/TestConductorConfigFactory.cs
ghcode:00176:2a723b80e26e
apache-2.0
codeparrot/github-code
2a723b80e26ebdb0cf62d4113c12a24459b97764e87edf7c79d3cb5a3c2d3b72
0.85
testing_debugging_repair_refactoring
422
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...
yunseong/reef
lang/cs/Org.Apache.REEF.Wake.Tests/RemoteManagerTest.cs
https://github.com/yunseong/reef/blob/HEAD/lang/cs/Org.Apache.REEF.Wake.Tests/RemoteManagerTest.cs
ghcode:00176:99460d72362d
apache-2.0
codeparrot/github-code
99460d72362d2b02eff33c3a1e5a51f2004ba0eb30aee1bfe9fe04115b5ffaca
0.85
testing_debugging_repair_refactoring
2,724
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.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.Operations; using Microsoft.CodeAnalysis.PooledObjec...
OmarTawfik/roslyn
src/Compilers/Core/Portable/Operations/ControlFlowGraphBuilder.RegionBuilder.cs
https://github.com/OmarTawfik/roslyn/blob/HEAD/src/Compilers/Core/Portable/Operations/ControlFlowGraphBuilder.RegionBuilder.cs
ghcode:00176:e976fb4940aa
apache-2.0
codeparrot/github-code
e976fb4940aabf1cb799a8ec94251b2ae2ba61329a72d593e24fe02bcde591e5
0.75
testing_debugging_repair_refactoring
2,646
false
2026-07-17
#region License /* * Copyright 2002-2010 the original author or authors. * * 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 ...
djechelon/spring-net
test/Spring/Spring.Aop.Tests/Aspects/Logging/TestableSimpleLoggingAdvice.cs
https://github.com/djechelon/spring-net/blob/HEAD/test/Spring/Spring.Aop.Tests/Aspects/Logging/TestableSimpleLoggingAdvice.cs
ghcode:00176:2c537dd9dc08
apache-2.0
codeparrot/github-code
2c537dd9dc081930efa114597bc4c21e2701e663322dd355fb74da23c92538e5
0.85
testing_debugging_repair_refactoring
539
false
2026-07-17
using System; using System.Linq; using NUnit.Framework; namespace Adaptive.SimpleBinaryEncoding.Tests { [TestFixture] public class EndianessConverterTests { [Test] public void ApplyShortWithLittleEndianShouldNoOp() { const short input = 12; var result = End...
lcs777/simple-binary-encoding
test/csharp/EndianessConverterTests.cs
https://github.com/lcs777/simple-binary-encoding/blob/HEAD/test/csharp/EndianessConverterTests.cs
ghcode:00176:3db78ad5fd28
apache-2.0
codeparrot/github-code
3db78ad5fd284a971decc01191dc55ea7fd95ba0ba084417560d98c361aad7b8
0.75
testing_debugging_repair_refactoring
1,074
false
2026-07-17
// // // Copyright (c) Microsoft. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
SiddharthChatrolaMs/azure-sdk-for-net
src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.RulesTests.CRUD.cs
https://github.com/SiddharthChatrolaMs/azure-sdk-for-net/blob/HEAD/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.RulesTests.CRUD.cs
ghcode:00176:a2994ba24d12
apache-2.0
codeparrot/github-code
a2994ba24d1227f45d2b11b2b9a7b72c39e18802e7202c7fae977ce4b47c01d1
0.95
testing_debugging_repair_refactoring
1,110
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.ObjectModel; using System.Diagnostics; using Microsoft.VisualStudio.Debugger; using Microsoft.VisualStudio.Debugger.Evaluation; using...
weltkante/roslyn
src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs
https://github.com/weltkante/roslyn/blob/HEAD/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs
ghcode:00176:e1671e14db9a
apache-2.0
codeparrot/github-code
e1671e14db9ada15bd2ea9ec76dc8b7a1010486e989a5ee57ffd0642b6bc0825
0.85
testing_debugging_repair_refactoring
1,634
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.CSharp.UnitTests; using Microsoft.CodeAnalysis.Differencing; using Microsoft.CodeAnalysis.EditAndContinue; using Microsoft.CodeA...
ericfe-ms/roslyn
src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.Methods.cs
https://github.com/ericfe-ms/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.Methods.cs
ghcode:00176:ea1130f70566
apache-2.0
codeparrot/github-code
ea1130f7056620ff67ea52093058ec0ec061f5d7e0f8b020df87fe49acedd815
0.85
testing_debugging_repair_refactoring
8,304
false
2026-07-17
//------------------------------------------------------------------------------ // <copyright file="AttributeAction.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary...
sekcheong/referencesource
System.Data.SqlXml/System/Xml/Xsl/XsltOld/AttributeAction.cs
https://github.com/sekcheong/referencesource/blob/HEAD/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AttributeAction.cs
ghcode:00176:0ad253878b1a
mit
codeparrot/github-code
0ad253878b1a68005b50ee47c7df514568aae1b892f95f825b57192ceb8c9702
0.7
testing_debugging_repair_refactoring
1,162
false
2026-07-17
using System; using System.Threading.Tasks; using NSubstitute; using Octokit.Tests.Helpers; using Xunit; namespace Octokit.Tests.Clients { public class MergingClientTests { public class TheCreateMethod { [Fact] public void PostsToTheCorrectUrl() { ...
ChrisMissal/octokit.net
Octokit.Tests/Clients/MergingClientTests.cs
https://github.com/ChrisMissal/octokit.net/blob/HEAD/Octokit.Tests/Clients/MergingClientTests.cs
ghcode:00176:eed8f08f7cb5
mit
codeparrot/github-code
eed8f08f7cb528293722e53cfdc64a0efdb227873615f64ce28bd892b26918bd
0.75
testing_debugging_repair_refactoring
411
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.Globalization; using Xunit; namespace System.Globalization.Tests { public class DateTimeFormatInfoLongTimePattern { private ...
Alcaro/corefx
src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoLongTimePattern.cs
https://github.com/Alcaro/corefx/blob/HEAD/src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoLongTimePattern.cs
ghcode:00176:cc913de4230e
mit
codeparrot/github-code
cc913de4230ee8f96f39e3c77dab2347bddfcd2028fb0f1081ae6e39fdaf6bc0
0.95
testing_debugging_repair_refactoring
446
false
2026-07-17
using Microsoft.AspNetCore.Builder; using System; using System.Threading.Tasks; using Xunit; using Microsoft.AspNetCore.Builder.Internal; using Microsoft.AspNetCore.Http; using System.Threading; namespace AspNetCoreCurrentRequestContext.Tests { public class AspNetCoreCurrentRequestContextTests { priva...
ttakahari/AspNetCoreCurrentRequestContext
test/AspNetCoreCurrentRequestContext.Tests/AspNetCoreCurrentRequestContextTests.cs
https://github.com/ttakahari/AspNetCoreCurrentRequestContext/blob/HEAD/test/AspNetCoreCurrentRequestContext.Tests/AspNetCoreCurrentRequestContextTests.cs
ghcode:00176:7ad0f6059a42
mit
codeparrot/github-code
7ad0f6059a4201a1363c1eb40b8c36cc45a80d71ea9efdef203895f2ff3c9142
0.75
testing_debugging_repair_refactoring
875
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using DotMaysWind.Data.Command.Condition; namespace DotMaysWind.Data.UnitTest { /// <summary> /// Sql运算符测试 ///</summary> [TestClass()] public class SqlOperatorsUnitTest { [TestMethod()] public void GetOperatorFo...
mayswind/DotMaysWind.Data
DotMaysWind.Data.UnitTest/SqlOperatorsUnitTest.cs
https://github.com/mayswind/DotMaysWind.Data/blob/HEAD/DotMaysWind.Data.UnitTest/SqlOperatorsUnitTest.cs
ghcode:00176:4789ddb485f4
mit
codeparrot/github-code
4789ddb485f4abbea80328fb27344cb412006099cc5f6f72addf8186cfe58c49
0.7
testing_debugging_repair_refactoring
384
false
2026-07-17
namespace EnergyTrading.MDM.Test { using System; using System.Configuration; using System.Linq; using System.Net; using System.Runtime.Serialization; using System.Data.SqlTypes; using Microsoft.Http; using NUnit.Framework; using EnergyTrading.Mdm.Contracts; [TestFixture] p...
RWE-Nexus/EnergyTrading-MDM-Sample
Code/Service/MDM.IntegrationTest.Sample/SourceSystem/map/successful.cs
https://github.com/RWE-Nexus/EnergyTrading-MDM-Sample/blob/HEAD/Code/Service/MDM.IntegrationTest.Sample/SourceSystem/map/successful.cs
ghcode:00176:e6e8aea58782
mit
codeparrot/github-code
e6e8aea58782f2a2bb4820659d026e60ebcdca2bf6bab5769e5cf2160454edc9
0.75
testing_debugging_repair_refactoring
634
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PeerAnnounce.cs" company="Sean McElroy"> // Copyright Sean McElroy; released as open-source software under the licensing terms of the MIT License. // </copyright> // <summary> /...
seanmcelroy/Mystiko
Mystiko.Library/Net/Messages/PeerAnnounce.cs
https://github.com/seanmcelroy/Mystiko/blob/HEAD/Mystiko.Library/Net/Messages/PeerAnnounce.cs
ghcode:00176:0345b2292f61
mit
codeparrot/github-code
0345b2292f61be03364c3eb107a96f4ef7237a960275121187b3cc92abd22fb3
0.85
testing_debugging_repair_refactoring
910
false
2026-07-17
using Microsoft.Azure.Management.MixedReality.Models; using System.Collections.Generic; using Xunit; namespace MixedReality.Tests { public sealed class OperationsTests : MixedRealityTests { [Fact] [Trait("Name", "TestListMixedRealityOperations")] public void TestListMixedRealityOperati...
jamestao/azure-sdk-for-net
src/SDKs/MixedReality/MixedReality.Tests/ScenarioTests/OperationsTests.cs
https://github.com/jamestao/azure-sdk-for-net/blob/HEAD/src/SDKs/MixedReality/MixedReality.Tests/ScenarioTests/OperationsTests.cs
ghcode:00176:a94e634d8d7f
mit
codeparrot/github-code
a94e634d8d7ffbda986bf0539fc8d418201d7c03911fd3cd8a8b39b8ed77c14a
0.75
testing_debugging_repair_refactoring
120
false
2026-07-17
using System; using System.Diagnostics; namespace AssertStreamliner { public class LogNotifier : ICodeContractViolationNotifier { #region Fields private readonly ILogger _logger; #endregion Fields #region Constructors public LogNotifier(ILogger logger) { if (logger == null) throw new ArgumentNull...
kozan/AssertStreamliner
src/AssertStreamliner/LogNotifier.cs
https://github.com/kozan/AssertStreamliner/blob/HEAD/src/AssertStreamliner/LogNotifier.cs
ghcode:00176:2e2dd81143de
mit
codeparrot/github-code
2e2dd81143de225a48fa6741bab086dd79428ab5bb472ca4c15e42f9b2d87815
0.6
testing_debugging_repair_refactoring
152
false
2026-07-17
using System; using System.Diagnostics; using System.Threading.Tasks; using Tampleworks.WindowsApplicationBlock.Demo.ApplicationLogic.ReportGeneration; using Tampleworks.WindowsApplicationBlock.ApplicationLogicAbstractions; namespace Tampleworks.WindowsApplicationBlock.Demo.ApplicationLogic.MainPage { public seal...
oleksandr-bilyk/WindowsApplicationBlock
Demo.ApplicationLogic/MainPage/OrganisationReportGenerationViewModel.cs
https://github.com/oleksandr-bilyk/WindowsApplicationBlock/blob/HEAD/Demo.ApplicationLogic/MainPage/OrganisationReportGenerationViewModel.cs
ghcode:00176:ce1ec42eb0ba
mit
codeparrot/github-code
ce1ec42eb0ba315cc174875f35b615f6756931891d2489ab0aed7f71976a1a0c
0.6
testing_debugging_repair_refactoring
1,329
false
2026-07-17
#region Copyright /* The MIT License (MIT) Copyright (c) 2014 Anderson Luiz Mendes Matos (Brazil) 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 limitatio...
ALMMa/datatables.aspnet
src/DataTables.AspNet.Mvc5.Tests/SortTests.cs
https://github.com/ALMMa/datatables.aspnet/blob/HEAD/src/DataTables.AspNet.Mvc5.Tests/SortTests.cs
ghcode:00176:46104b7e1a63
mit
codeparrot/github-code
46104b7e1a6315203ccc4b14d6f8bb9d5526ba0b51511fa96241e8e0142cbddb
0.85
testing_debugging_repair_refactoring
450
false
2026-07-17
// // Copyright (c) 2012-2021 Antmicro // // This file is licensed under the MIT License. // Full license text is available in the LICENSE file. using System; using NUnit.Framework; using System.IO; using Antmicro.Migrant; using System.Collections.Generic; using System.Reflection; namespace Antmicro.Migrant.Tests { ...
antmicro/Migrant
Tests/SurrogateTests.cs
https://github.com/antmicro/Migrant/blob/HEAD/Tests/SurrogateTests.cs
ghcode:00176:9e0bc1e4a276
mit
codeparrot/github-code
9e0bc1e4a2769ab37273be3917608257bfa5ed9f857c722d24a54163d980ca7a
0.85
testing_debugging_repair_refactoring
3,142
false
2026-07-17
using System.Net; namespace Nancy.Tests.Unit { using System; using Xunit; using Xunit.Extensions; public class UrlFixture { private readonly Url url; public UrlFixture() { this.url = new Url(); } [Fact] public...
paulcbetts/Nancy
src/Nancy.Tests/Unit/UrlFixture.cs
https://github.com/paulcbetts/Nancy/blob/HEAD/src/Nancy.Tests/Unit/UrlFixture.cs
ghcode:00176:88bb8b7bf144
mit
codeparrot/github-code
88bb8b7bf14440614f0a78c82b2a7fc96d6c61fbdc28f13eac7bd5cbdb8ae95a
0.85
testing_debugging_repair_refactoring
1,301
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; namespace FluentMethods.UnitTests { public partial class EnumerableFixture { #if NetCore [Xunit.Fact] #else [NUnit.Framework.Test] #endif public void Except() { var collection = (IEnum...
edwardmeng/FluentMethods
test/Core/System.Collections.Generic.IEnumerable[T]/Except.cs
https://github.com/edwardmeng/FluentMethods/blob/HEAD/test/Core/System.Collections.Generic.IEnumerable[T]/Except.cs
ghcode:00176:efa3f9263dba
mit
codeparrot/github-code
efa3f9263dba64d142761874ed33a3ceb889d5024c106978014486ce92d34d75
0.6
testing_debugging_repair_refactoring
244
false
2026-07-17
/************************************************** * Author : hollystyles@fastmail.co.uk * Date : 26/05/2013 * * Unit tests for the CsvReader. * * ************************************************/ using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Hollyathome.IO; namespace UnitTests { ...
hollystyles/Hollyathome.IO
UnitTests/CsvReaderTests.cs
https://github.com/hollystyles/Hollyathome.IO/blob/HEAD/UnitTests/CsvReaderTests.cs
ghcode:00176:93bfedc52eec
mit
codeparrot/github-code
93bfedc52eec4d7ab3c98d06e871be07daea055358b10febef8965e2f74ce4d4
0.75
testing_debugging_repair_refactoring
429
false
2026-07-17
// The MIT License (MIT) // // Copyright (c) 2014-2016, Institute for Software & Systems Engineering // // 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 wi...
cubeme/ssharp
Tests/Execution/ProvidedPorts/Methods/replaced.cs
https://github.com/cubeme/ssharp/blob/HEAD/Tests/Execution/ProvidedPorts/Methods/replaced.cs
ghcode:00176:5ea7f38cc64c
mit
codeparrot/github-code
5ea7f38cc64c84f4ccacc16b5b1b6470cef12c2c30431d26135d1c4b186f8b7a
0.85
testing_debugging_repair_refactoring
407
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using NSubstitute; using NUnit.Framework; using Wyam.Common; using Wyam.Common.Documents; using Wyam.Common.Execution; using Wyam.Testing; namespace Wyam.Modules.Html.Tests { [TestF...
heavenwing/Wyam
src/Wyam.Modules.Html.Tests/HtmlEscapeTests.cs
https://github.com/heavenwing/Wyam/blob/HEAD/src/Wyam.Modules.Html.Tests/HtmlEscapeTests.cs
ghcode:00176:c1872d3ea4c9
mit
codeparrot/github-code
c1872d3ea4c90f1cb5eb1dc8454ff887c8c4919007a8602caefa61d50a644a45
0.85
testing_debugging_repair_refactoring
1,505
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. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocatio...
peppy/osu-new
osu.Game/Online/Spectator/SpectatorClient.cs
https://github.com/peppy/osu-new/blob/HEAD/osu.Game/Online/Spectator/SpectatorClient.cs
ghcode:00176:6e10bbc9adc6
mit
codeparrot/github-code
6e10bbc9adc65c0952a7db52aad8f80a8f34f2cdd20b05b1fffd8737204b4de4
0.85
testing_debugging_repair_refactoring
1,654
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; using Amadiere.Website.Controllers; using Microsoft.AspNetCore.Mvc; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Amadiere.Website.Tests.ControllerTests { [TestClass] public class AboutMeControllerTests { [TestMetho...
Amadiere/AmadiereDotCom
Website.Tests/ControllerTests/AboutMeControllerTests.cs
https://github.com/Amadiere/AmadiereDotCom/blob/HEAD/Website.Tests/ControllerTests/AboutMeControllerTests.cs
ghcode:00176:94711af0f274
mit
codeparrot/github-code
94711af0f274153850562fee6c792fff7c53bd6e7662c7e9b9fa0a69b9c204f4
0.85
testing_debugging_repair_refactoring
122
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Microsoft.Xna.Framework; namespace MonoGame.Extended.Collisions { /// <summary> /// Handles basic collision between actors. /// When two actors collide, their OnCollision method is called. /// </summary>...
craftworkgames/MonoGame.Extended
src/cs/MonoGame.Extended.Collisions/QuadTree/CollisionComponent.cs
https://github.com/craftworkgames/MonoGame.Extended/blob/HEAD/src/cs/MonoGame.Extended.Collisions/QuadTree/CollisionComponent.cs
ghcode:00176:997b49653042
mit
codeparrot/github-code
997b49653042097ea2b77b3110dfafc1caf09360947344ebce67616d1d55ee86
0.85
testing_debugging_repair_refactoring
1,564
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using Laurus.ProdTest.Core; using System.Configuration; namespace Laurus.ProdTest.UnitTests { [TestClass] public class DataTests { [TestMethod] public v...
thebeekeeper/Laurus.ProdTest
Laurus.ProdTest.UnitTests/DataTests.cs
https://github.com/thebeekeeper/Laurus.ProdTest/blob/HEAD/Laurus.ProdTest.UnitTests/DataTests.cs
ghcode:00176:b264287a96ec
mit
codeparrot/github-code
b264287a96ecb4915e30cb1f6b13ad055509517fb120bdc878148508092f2139
0.75
testing_debugging_repair_refactoring
433
false
2026-07-17
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; namespace FluentAssertions.Analyzers { [DiagnosticAnalyzer(Lang...
fluentassertions/fluentassertions.analyzers
src/FluentAssertions.Analyzers/Tips/Dictionaries/DictionaryShouldNotContainValue.cs
https://github.com/fluentassertions/fluentassertions.analyzers/blob/HEAD/src/FluentAssertions.Analyzers/Tips/Dictionaries/DictionaryShouldNotContainValue.cs
ghcode:00176:9d6287040389
mit
codeparrot/github-code
9d6287040389c64f9f5fdcc8fc59bd10e8a0cff54a0d27bddaaa8a92e1bc1b85
0.75
testing_debugging_repair_refactoring
386
false
2026-07-17
using System.Linq; using Autofac; using Microsoft.ServiceBus.Messaging; using Cumulus.Configuration; using Cumulus.Configuration.Settings; using Cumulus.DependencyResolution; using Cumulus.Infrastructure; using Cumulus.Infrastructure.Dispatching; using Cumulus.Infrastructure.PropertyInjection; using Cumulus.Intercepto...
AtmosphereMessaging/Cumulus
src/Tests/Cumulus.UnitTests/InterceptorTests/WhenRegisteringInterceptorsWithAutofac.cs
https://github.com/AtmosphereMessaging/Cumulus/blob/HEAD/src/Tests/Cumulus.UnitTests/InterceptorTests/WhenRegisteringInterceptorsWithAutofac.cs
ghcode:00176:5e11bac75c68
mit
codeparrot/github-code
5e11bac75c68c727f3a563a5a3df081579128352f927430030aa0d666a2360c9
0.85
testing_debugging_repair_refactoring
336
false
2026-07-17
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Input; using osu.Frame...
RedNesto/osu-framework
osu.Framework.VisualTests/Tests/TestCaseTriangles.cs
https://github.com/RedNesto/osu-framework/blob/HEAD/osu.Framework.VisualTests/Tests/TestCaseTriangles.cs
ghcode:00176:6abbea5d27e7
mit
codeparrot/github-code
6abbea5d27e7d850a32ca6d7dfb1670ba5053483664e22498ac844b9c0a47d8c
0.95
testing_debugging_repair_refactoring
1,077
false
2026-07-17
using System; using DailyEnterprise.Core.Helpers.Console; using DailyEnterprise.Core.Models; using DailyEnterprise.Core.Models.GameActions; using DailyEnterprise.Core.Models.GameActions.Abstract; using DailyEnterprise.Core.Models.ValueObjects; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting;...
ZEJustin/DailyEnterpriseProgrammer
Solutions/Challenges 1 to 100/Challenge 2/Intermediate/DailyEnterprise.Core.Tests/ActionTests/KitchenTests.cs
https://github.com/ZEJustin/DailyEnterpriseProgrammer/blob/HEAD/Solutions/Challenges 1 to 100/Challenge 2/Intermediate/DailyEnterprise.Core.Tests/ActionTests/KitchenTests.cs
ghcode:00176:020a134331f9
mit
codeparrot/github-code
020a134331f94c3babd6db61112906829e72712987be022dfd946341b9b10ae0
0.75
testing_debugging_repair_refactoring
546
false
2026-07-17
// Copyright (c). All rights reserved. // // Licensed under the MIT license. using Shouldly; using System; using System.IO; using System.Linq; using Xunit; namespace Microsoft.Wim.Tests { public class ApplyImageTests : TestBase { private int _noApplyFileCount; public ApplyImageTests(TestWimT...
josemesona/ManagedWimgApi
src/Microsoft.Wim.Tests/ApplyImageTests.cs
https://github.com/josemesona/ManagedWimgApi/blob/HEAD/src/Microsoft.Wim.Tests/ApplyImageTests.cs
ghcode:00176:1b9c5f67b727
mit
codeparrot/github-code
1b9c5f67b7275ca0d284135022981edcd576bef9917270c63e111057489391db
0.85
testing_debugging_repair_refactoring
826
false
2026-07-17
#region License // Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. #endregion using SourceCode.Clay.Json.Pointers; using SourceCode.Clay.OpenApi.Expressions; using Xunit; names...
k2workflow/Clay
tests/SourceCode.Clay.OpenApi.Tests/Expressions/FieldExpressionTests.cs
https://github.com/k2workflow/Clay/blob/HEAD/tests/SourceCode.Clay.OpenApi.Tests/Expressions/FieldExpressionTests.cs
ghcode:00176:0f735e04158b
mit
codeparrot/github-code
0f735e04158bcfcc6ce023bd383c0acd7fbd234c07716c7b9a4178c30b671b04
0.75
testing_debugging_repair_refactoring
1,000
false
2026-07-17
using DbScriptDeploy.BLL.Models; using DbScriptDeploy.BLL.Repositories; using DbScriptDeploy.BLL.Services; using NSubstitute; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Test.DbScriptDeploy.BLL.Services { [Tes...
mrsalmon1976/DbScriptDeploy
source/Test.DbScriptDeploy.BLL/Services/TSqlExecutionServiceTest.cs
https://github.com/mrsalmon1976/DbScriptDeploy/blob/HEAD/source/Test.DbScriptDeploy.BLL/Services/TSqlExecutionServiceTest.cs
ghcode:00176:49db4179cf8e
mit
codeparrot/github-code
49db4179cf8e53ee2bca7c7725aa49709a59feea3532294251a072796a62329f
0.75
testing_debugging_repair_refactoring
306
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Planru.Crosscutting.Adapter.Automapper; namespace Planru.Crosscutting.Adapter.Tests { [TestClass] public class TestInitialize { [AssemblyInitialize] public static void AssemblyInitialize(TestContext testContext) ...
liepnguyen/planru
Planru.Crosscutting.Adapter.Tests/TestInitialize.cs
https://github.com/liepnguyen/planru/blob/HEAD/Planru.Crosscutting.Adapter.Tests/TestInitialize.cs
ghcode:00176:50172a82bb73
mit
codeparrot/github-code
50172a82bb738c1afd110cdea5e8277a446580d631518455c810668bb4a8c0b4
0.75
testing_debugging_repair_refactoring
65
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.Configuration; using Microsoft.Win32; using Microsoft.Build.Evaluation; using Microsoft.Build.Collections;...
nikson/msbuild
src/XMakeBuildEngine/UnitTests/Definition/ToolsetRegistryReader_Tests.cs
https://github.com/nikson/msbuild/blob/HEAD/src/XMakeBuildEngine/UnitTests/Definition/ToolsetRegistryReader_Tests.cs
ghcode:00176:3dbf6d088c94
mit
codeparrot/github-code
3dbf6d088c949816293ac460a6c87c2967cb68beda2e6451b20a2bcc7d764131
0.85
testing_debugging_repair_refactoring
6,346
false
2026-07-17
using System.Collections.Generic; using System.Linq; using Xunit; namespace GroundJobs.ServiceBus.Tests { public class ServiceBusAggregationSpecification { [Fact] public void AggregateShouldCallServices() { var command = new TestAggregationCommand(); var response...
MacsDickinson/LeedsHack2015
src/GroundJobs/GroundJobs.ServiceBus.Tests/ServiceBusAggregationSpecification.cs
https://github.com/MacsDickinson/LeedsHack2015/blob/HEAD/src/GroundJobs/GroundJobs.ServiceBus.Tests/ServiceBusAggregationSpecification.cs
ghcode:00176:3a012cea5ff9
mit
codeparrot/github-code
3a012cea5ff9a65af9aad92767c04f0278c1067f39647f64f0bae0714e7f1604
0.6
testing_debugging_repair_refactoring
381
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Blogn.Infrastructure; using Moq; namespace Blogn.Tests.Controllers { public class BaseControllerMocks { // Constructor public BaseControllerMocks() { Se...
dependencyinjector/Blog-n
Source/Blogn.Web.Tests/Controllers/BaseControllerMocks.cs
https://github.com/dependencyinjector/Blog-n/blob/HEAD/Source/Blogn.Web.Tests/Controllers/BaseControllerMocks.cs
ghcode:00176:724e33253405
mit
codeparrot/github-code
724e33253405a6d24f90cc1729f772a4b93dec24cdb598298f2c2f1e5724c2fa
0.85
testing_debugging_repair_refactoring
202
false
2026-07-17
using ArgeHeiwako.Data.Common; using System; using System.Diagnostics.CodeAnalysis; using Xunit; namespace ArgeHeiwako.Tests.Data { [ExcludeFromCodeCoverage] public class WohnungsNummerTests { public WohnungsNummerTests() { } #region Ctor [Fact] public voi...
me-software/ArgeHeiwako.NET
src/ArgeHeiwako.Tests/Data/Common/WohnungsNummerTests.cs
https://github.com/me-software/ArgeHeiwako.NET/blob/HEAD/src/ArgeHeiwako.Tests/Data/Common/WohnungsNummerTests.cs
ghcode:00176:c0fc6dde4ad4
mit
codeparrot/github-code
c0fc6dde4ad433b58a1b7bef8386a8af517010df179ceeb9f470e840ae1db1ec
0.75
testing_debugging_repair_refactoring
899
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; using System.Threading; using Castle.DynamicProxy; using Grace.DependencyInjection; using Grace.Factory; using Xunit; namespace Grace.Tests.Factory { public class Issue215Tests { [Fact] public void Issue215Test() { ...
ipjohnson/Grace
tests/Grace.Tests/Factory/Issue215Tests.cs
https://github.com/ipjohnson/Grace/blob/HEAD/tests/Grace.Tests/Factory/Issue215Tests.cs
ghcode:00176:915379ed3959
mit
codeparrot/github-code
915379ed39595834377393e6251bfe862b6c34d4e01b3dbcc7a725956e53d834
0.75
testing_debugging_repair_refactoring
549
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.Diagnostics; using System.Diagnostics.Contracts; using System.Globali...
rubo/corefx
src/System.Net.Http/src/System/Net/Http/Headers/HeaderUtilities.cs
https://github.com/rubo/corefx/blob/HEAD/src/System.Net.Http/src/System/Net/Http/Headers/HeaderUtilities.cs
ghcode:00176:2afd250d7eba
mit
codeparrot/github-code
2afd250d7ebaecee6cf146f70b2386ea8ee1a9b587e189dd24bd52aa03eb31b2
0.95
testing_debugging_repair_refactoring
3,109
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.Collections.Generic; using System.Diagnostics; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.TypeExtensions; using ...
DrabWeb/osu-framework
osu.Framework/Testing/TestCase.cs
https://github.com/DrabWeb/osu-framework/blob/HEAD/osu.Framework/Testing/TestCase.cs
ghcode:00176:4d9ed787560b
mit
codeparrot/github-code
4d9ed787560b9eb71990111e02e852b88f718c08a52ac91aa1c2a8e474f6ede4
0.85
testing_debugging_repair_refactoring
2,441
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #region Snippet:Managing_StorageAccounts_NameSpaces using System; using System.Threading.Tasks; using Azure.Identity; using Azure.ResourceManager.Storage.Models; using Azure.ResourceManager.Resources; using Azure.ResourceM...
AsrOneSdk/azure-sdk-for-net
sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs
https://github.com/AsrOneSdk/azure-sdk-for-net/blob/HEAD/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs
ghcode:00176:63d4fe43d3d1
mit
codeparrot/github-code
63d4fe43d3d1258a17e7c796603f2935a233ffd3e150ae4c0dbae34de9241ec8
0.95
testing_debugging_repair_refactoring
893
false
2026-07-17
using System; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Fitbit.Api.Portable; using Fitbit.Models; using FluentAssertions; using NUnit.Framework; namespace Fitbit.Portable.Tests { [TestFixture] public class DayActivityTests { ...
aarondcoleman/Fitbit.NET
Fitbit.Portable.Tests/DayActivityTests.cs
https://github.com/aarondcoleman/Fitbit.NET/blob/HEAD/Fitbit.Portable.Tests/DayActivityTests.cs
ghcode:00176:677d544d2ce9
mit
codeparrot/github-code
677d544d2ce968b93ab5364899e555229ce05d77a70fde0efad395409828e9df
0.85
testing_debugging_repair_refactoring
1,964
false
2026-07-17
using UniQode.Common.Extensions; using Xunit; namespace UniQode.Common.Tests { public class StringExtensionTests { [Fact] public void SanitizeTitle_WithSpecialChars_ShouldBeSanitized() { // Arrange var actual = "Hej hej hallå!~*'.,"; var expected = "...
uniQodeAB/uniqode-web
src/UniQode.Common.Tests/StringExtensionTests.cs
https://github.com/uniQodeAB/uniqode-web/blob/HEAD/src/UniQode.Common.Tests/StringExtensionTests.cs
ghcode:00176:ba32393f5f30
mit
codeparrot/github-code
ba32393f5f301a4f5ceb8c440acf7b3ad00bf5d21eca8fca4c645f0b4add1faf
0.85
testing_debugging_repair_refactoring
109
false
2026-07-17
using System.Collections.Generic; using System.Linq; using Fixie.AutoRun.VisualStudio; using Shouldly; using System.IO; namespace Fixie.AutoRun.Tests.VisualStudio { public class ProjectFileParserTests { public void ShouldParseProjectFile() { var solutionDirectory = @"x:\Test"; var p...
JonasSamuelsson/fixie.AutoRun
src/Fixie.AutoRun.Tests/VisualStudio/ProjectFileParserTests.cs
https://github.com/JonasSamuelsson/fixie.AutoRun/blob/HEAD/src/Fixie.AutoRun.Tests/VisualStudio/ProjectFileParserTests.cs
ghcode:00176:52b0d0f4ebe3
mit
codeparrot/github-code
52b0d0f4ebe37f72ae0568c12f770f367c1c0ba03d37fc0477682a4730e66bdf
0.75
testing_debugging_repair_refactoring
761
false
2026-07-17
using System; using AlgoKit.Numbers; using Xunit; namespace AlgoKit.Test.Numbers { public class BaseConverterTests { [Theory] [InlineData("01")] [InlineData("01234567")] [InlineData("0123456789")] [InlineData("0123456789abcdef")] public void ShouldProperlyHandle...
pgolebiowski/algo-kit
src/AlgoKit.Test/Numbers/BaseConverterTests.cs
https://github.com/pgolebiowski/algo-kit/blob/HEAD/src/AlgoKit.Test/Numbers/BaseConverterTests.cs
ghcode:00176:4c4a49625348
mit
codeparrot/github-code
4c4a4962534887b157ba3801f397db7a30a19d0b46722bc85c0a5be8572be23a
0.85
testing_debugging_repair_refactoring
526
false
2026-07-17
using System; using System.Globalization; using System.IO; using FluentAssertions; using Nett.Coma; using static System.FormattableString; namespace Nett.Tests.Util.TestData { public sealed class MoneyScenario : IDisposable { public TestFileName FilePath { get; } public TomlSettings TmlConfig...
paiden/Nett
Test/Nett.Tests.Util/TestData/MoneyScenario.cs
https://github.com/paiden/Nett/blob/HEAD/Test/Nett.Tests.Util/TestData/MoneyScenario.cs
ghcode:00176:3aa00020c938
mit
codeparrot/github-code
3aa00020c938e49acd9a9adc4feedb8eda4b16f3a139434bb50ee91e221c3b40
0.75
testing_debugging_repair_refactoring
495
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. // This RegexCode class is internal to the regular expression package. // It provides operator constants for use by ...
NeilBostian/Flatbox.RegularExpressions
Flatbox.RegularExpressions/NetStd/RegexCode.cs
https://github.com/NeilBostian/Flatbox.RegularExpressions/blob/HEAD/Flatbox.RegularExpressions/NetStd/RegexCode.cs
ghcode:00176:64242efa4d21
mit
codeparrot/github-code
64242efa4d2157813c44dbebf678a1658d499d408158aee3aa96c92d3827390c
0.85
testing_debugging_repair_refactoring
3,059
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using System.Net.Sockets; using System.Net.Http; using CfAppTestSuite.OutboundConnection.Models; namespace CfAppTestSuite.OutboundConnection.Controllers { public class TestController : C...
patrickhuber/CfAppTestSuite
CfAppTestSuite.OutboundConnection/Controllers/TestController.cs
https://github.com/patrickhuber/CfAppTestSuite/blob/HEAD/CfAppTestSuite.OutboundConnection/Controllers/TestController.cs
ghcode:00176:8c3bd93b3788
mit
codeparrot/github-code
8c3bd93b37888b2432e7875bb18cddc9b944f32e3e66c64d4abce935db1cf986
0.75
testing_debugging_repair_refactoring
285
false
2026-07-17
namespace ReamQuery.Core.Test { using System; using Xunit; using System.Collections.Generic; using System.Linq; using ReamQuery.Core; using ReamQuery.Core.Api; using Newtonsoft.Json; using System.Threading.Tasks; public class Dumper { class TestClassForDump { ...
stofte/ream-query
test/ReamQuery.Core.Test/Dumper.cs
https://github.com/stofte/ream-query/blob/HEAD/test/ReamQuery.Core.Test/Dumper.cs
ghcode:00176:324a574fb465
mit
codeparrot/github-code
324a574fb46547ab29cd625447d43f16f68f9e639da5b61cbe3c98101f04adbb
0.6
testing_debugging_repair_refactoring
834
false
2026-07-17
using Shouldly; using Xunit; namespace Valit.Tests.SByte { public class SByte_Required_Tests { [Fact] public void SByte_Required_For_Nullable_Value_Throws_When_Null_Rule_Is_Given() { var exception = Record.Exception(() => { ((IValitRule<Model, sbyte?>)null) ...
valit-stack/Valit
tests/Valit.Tests/SByte/SByte_Required_Tests.cs
https://github.com/valit-stack/Valit/blob/HEAD/tests/Valit.Tests/SByte/SByte_Required_Tests.cs
ghcode:00176:b0e502a4ed03
mit
codeparrot/github-code
b0e502a4ed03b78bdf273ea6b0d01dae877135ee99efbd51a866e4ef665e59f5
0.75
testing_debugging_repair_refactoring
299
false
2026-07-17
#region License // Copyright (c) 2007 James Newton-King // // 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, /...
rcsir/RuNetImporter
RuNetImporter/Json.NET/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaTests.cs
https://github.com/rcsir/RuNetImporter/blob/HEAD/RuNetImporter/Json.NET/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaTests.cs
ghcode:00176:3c89bbe1171e
unlicense
codeparrot/github-code
3c89bbe1171e76595be62d6f47792cfccf5915fa591adf3220f61bc57d5b670f
0.88
testing_debugging_repair_refactoring
3,216
false
2026-07-17
// <copyright file="LeExpressions.cs" company="Brian Rogers"> // Copyright (c) Brian Rogers. All rights reserved. // </copyright> namespace GWBas2CS.Test { using FluentAssertions; using Xunit; public sealed class LeExpressions { [Fact] public void TwoNumericOperands() { ...
brian-dot-net/writeasync
projects/AdventureSample/test/GWBas2CS.Test/LeExpressions.cs
https://github.com/brian-dot-net/writeasync/blob/HEAD/projects/AdventureSample/test/GWBas2CS.Test/LeExpressions.cs
ghcode:00176:3b28634515d4
unlicense
codeparrot/github-code
3b28634515d48ab5d70b2062a63cfd5033d3c65a5e64b17fc725a5449b5a609b
0.88
testing_debugging_repair_refactoring
377
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InitialAllocationFixture.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // ...
chinnurtb/OpenAdStack-1
DynamicAllocation/DynamicAllocationUnitTests/InitialAllocationFixture.cs
https://github.com/chinnurtb/OpenAdStack-1/blob/HEAD/DynamicAllocation/DynamicAllocationUnitTests/InitialAllocationFixture.cs
ghcode:00176:fc9efdece47d
apache-2.0
codeparrot/github-code
fc9efdece47d83b7190b1634f6a6ddc01baf8024f981b01a6fa6caae797eaa93
0.85
testing_debugging_repair_refactoring
5,113
false
2026-07-17
using System.Collections.Generic; using Maplink.Webservices.Places.Client.Builders; using Microsoft.VisualStudio.TestTools.UnitTesting; using SharpTestsEx; namespace Maplink.Webservices.Places.Client.UnitTests.Builders { [TestClass] public class UriQueryBuilderTest { private IUriQueryBui...
maplink/places-api-client-dotnet
Maplink.Webservices.Places.Client.UnitTests/Builders/UriQueryBuilderTest.cs
https://github.com/maplink/places-api-client-dotnet/blob/HEAD/Maplink.Webservices.Places.Client.UnitTests/Builders/UriQueryBuilderTest.cs
ghcode:00176:527b4335eb9f
apache-2.0
codeparrot/github-code
527b4335eb9f2ce18cc09a3217acf5baaae1d952a07be41c07b89c9562b7de12
0.6
testing_debugging_repair_refactoring
253
false
2026-07-17
using System.Threading; namespace Either_Tests.BaseTestClasses { public class TestsBase { private static int globalInstanceId; private readonly int instanceId; public TestsBase() { this.instanceId = Interlocked.Increment(ref globalInstanceId); } pu...
masbicudo/Either-Type-DotNet
Either-Tests/BaseTestClasses/TestsBase.cs
https://github.com/masbicudo/Either-Type-DotNet/blob/HEAD/Either-Tests/BaseTestClasses/TestsBase.cs
ghcode:00176:f1154a853975
apache-2.0
codeparrot/github-code
f1154a8539751a40d73e29da53f99d1a6d7e915446daa103ab707fa77b1933b1
0.75
testing_debugging_repair_refactoring
84
false
2026-07-17
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using EnvDTE; using Microsoft.VisualStudio.Shell.Interop; using NuGet.VisualStudio.Resources; using...
xero-github/Nuget
src/VisualStudio/PackageRestore/PackageRestoreManager.cs
https://github.com/xero-github/Nuget/blob/HEAD/src/VisualStudio/PackageRestore/PackageRestoreManager.cs
ghcode:00176:7e799aa78c24
apache-2.0
codeparrot/github-code
7e799aa78c2416b397116f28f0733394efa52cbedbb508db8a3683d0f273c4f2
0.85
testing_debugging_repair_refactoring
3,719
false
2026-07-17
using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using System; using NUnit.Framework; namespace Lucene.Net.Index { using Directory = Lucene.Net.Store.Directory; using Document = Documents.Document; using LuceneTestCase = Lucene.Net.Util.LuceneTestCase; /* * Licensed to the Ap...
laimis/lucenenet
src/Lucene.Net.TestFramework/Index/BaseMergePolicyTestCase.cs
https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.TestFramework/Index/BaseMergePolicyTestCase.cs
ghcode:00176:4b2fa5ae37c3
apache-2.0
codeparrot/github-code
4b2fa5ae37c367ab96006dd3371c014db4e89a01d2658ec454dc1dd4b05ba3ae
0.85
testing_debugging_repair_refactoring
782
false
2026-07-17
//Copyright 2012 Spin Services Limited //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 w...
ChrisL89/SS.Integration.UnifiedDataAPIClient.DotNet
SportingSolutions.Udapi.Sdk.Tests/StreamTests.cs
https://github.com/ChrisL89/SS.Integration.UnifiedDataAPIClient.DotNet/blob/HEAD/SportingSolutions.Udapi.Sdk.Tests/StreamTests.cs
ghcode:00176:e8da6ffdeace
apache-2.0
codeparrot/github-code
e8da6ffdeace7dd656a84c2751bfe3978b3b22374e58787cd243b1187a132fc7
0.85
testing_debugging_repair_refactoring
2,144
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"); y...
criteo/memcache-driver
Criteo.Memcache.UTest/Tests/KeySerializerTest.cs
https://github.com/criteo/memcache-driver/blob/HEAD/Criteo.Memcache.UTest/Tests/KeySerializerTest.cs
ghcode:00176:f78784e2ba7e
apache-2.0
codeparrot/github-code
f78784e2ba7eacee01d88c396f426a51178ef785aeef6e9545660740889955e6
0.85
testing_debugging_repair_refactoring
504
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Text; using Azure.Core; using NUnit.Framework; namespace Azure.Messaging.ServiceBus.Tests.Message { public class MessageTests : ServiceBusTestBase { ...
stankovski/azure-sdk-for-net
sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageTests.cs
https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageTests.cs
ghcode:00176:0b5e02cbda69
apache-2.0
codeparrot/github-code
0b5e02cbda691e5d3b208855c687e56ebebcb69f0054c36fc8964f8f0dd806d3
0.85
testing_debugging_repair_refactoring
1,307
false
2026-07-17
/* Copyright 2016 Chirojeugd-Vlaanderen vzw 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 a...
Chirojeugd-Vlaanderen/gap
tools/Chiro.CiviSync/Chiro.CiviSync.Services/SyncService.GroepsWerkjaarTerugDraaien.cs
https://github.com/Chirojeugd-Vlaanderen/gap/blob/HEAD/tools/Chiro.CiviSync/Chiro.CiviSync.Services/SyncService.GroepsWerkjaarTerugDraaien.cs
ghcode:00176:e3ffeef3a546
apache-2.0
codeparrot/github-code
e3ffeef3a546bb871e4baeeebf3c9f904728e9d2379552be48ef1828ab373f09
0.7
testing_debugging_repair_refactoring
576
false
2026-07-17
// <copyright file="DefaultConfig.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Exporters; using BenchmarkDotNet.Jobs; namespace App.Metrics.Health.Benchmar...
AppMetrics/Health
benchmarks/App.Metrics.Health.Benchmarks/Configs/DefaultConfig.cs
https://github.com/AppMetrics/Health/blob/HEAD/benchmarks/App.Metrics.Health.Benchmarks/Configs/DefaultConfig.cs
ghcode:00176:b6b4e15bdbe2
apache-2.0
codeparrot/github-code
b6b4e15bdbe2c37124791c48952d99f0f0893328d7bd4d5bc7f1027541a24830
0.85
testing_debugging_repair_refactoring
120
false
2026-07-17
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Reactive.Linq; using System.Threading; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Rxx.UnitTests.Net.Sockets { [TestClass] public class Observ...
RxDave/Rxx
Main/Testing/Rxx.UnitTests/NET/Sockets/ObservableSocketTests.cs
https://github.com/RxDave/Rxx/blob/HEAD/Main/Testing/Rxx.UnitTests/NET/Sockets/ObservableSocketTests.cs
ghcode:00176:2eea8095cf0a
apache-2.0
codeparrot/github-code
2eea8095cf0a0fe31f19eebb59e6104fb7f52d01e9c2226e883df2c7a1331ce5
0.85
testing_debugging_repair_refactoring
860
false
2026-07-17
#region License /* * Copyright © 2002-2011 the original author or authors. * * 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...
jakesays/Solenoid-Expressions
SolenoidExpressionTests/Expressions/MethodNodeTests.cs
https://github.com/jakesays/Solenoid-Expressions/blob/HEAD/SolenoidExpressionTests/Expressions/MethodNodeTests.cs
ghcode:00176:1544a40180a6
apache-2.0
codeparrot/github-code
1544a40180a6958fce76ec7a4e283f39f721d0bce50fee73ad06dc65375a1c49
0.85
testing_debugging_repair_refactoring
798
false
2026-07-17
using System.Collections.Generic; using System.Text.RegularExpressions; namespace XmDown { public class AudioJungle { //http://audiojungle.net/search?term=Tears&page=2 public static List<SongResult> GetResultsByKey(string key,int page) { var url = "http://audiojungle.net/se...
yangxiangguo/cluster-java-use-vagrant
src/test/resources/音乐间谍V2/AudioJungle.cs
https://github.com/yangxiangguo/cluster-java-use-vagrant/blob/HEAD/src/test/resources/音乐间谍V2/AudioJungle.cs
ghcode:00176:698d178e6545
apache-2.0
codeparrot/github-code
698d178e6545edf5d14cb53adf7fbb96dda5de6f305a3d2ab2da0b04ccc26e70
0.95
testing_debugging_repair_refactoring
390
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="DB2EventsByPersistenceIdSpec.cs" company="Akka.NET Project"> // Copyright (C) 2017-2017 NA <http://www.NA.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //---...
askids/Akka.Persistence.DB2
src/Akka.Persistence.DB2.Tests/Query/DB2EventsByPersistenceIdSpec.cs
https://github.com/askids/Akka.Persistence.DB2/blob/HEAD/src/Akka.Persistence.DB2.Tests/Query/DB2EventsByPersistenceIdSpec.cs
ghcode:00176:5140e59bb68a
apache-2.0
codeparrot/github-code
5140e59bb68a335c3dd6ccec0c7fdfc9ef26290c1821e186c6e009f48e4ac8df
0.85
testing_debugging_repair_refactoring
359
false
2026-07-17
using EPiServer.Commerce.Order; using EPiServer.Core; using EPiServer.Reference.Commerce.Site.Features.Cart.Controllers; using EPiServer.Reference.Commerce.Site.Features.Cart.Pages; using EPiServer.Reference.Commerce.Site.Features.Cart.Services; using EPiServer.Reference.Commerce.Site.Features.Cart.ViewModelFactories;...
pettersorby/Quicksilver
Sources/EPiServer.Reference.Commerce.Site.Tests/Features/Cart/Controllers/WishListControllerTests.cs
https://github.com/pettersorby/Quicksilver/blob/HEAD/Sources/EPiServer.Reference.Commerce.Site.Tests/Features/Cart/Controllers/WishListControllerTests.cs
ghcode:00176:7512d8ba4312
apache-2.0
codeparrot/github-code
7512d8ba43123cabd17a267cb42d20105c60d75c93badda1e7d9f7a4684ce621
0.75
testing_debugging_repair_refactoring
906
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using Heathmill.FixAT.Domain; using NUnit.Framework; namespace Heathmill.FixAT.UnitTests { public class TestDefaultOrderSorter { [Test, TestCase("Limit;TEST;Bid;20@10", "Limit;TEST;Bid;20@11", false), TestCase("Limit;...
naziway/testtask
mock-fix-trading-server-and-client/Heathmill.FixAT.UnitTests/TestDefaultOrderSorter.cs
https://github.com/naziway/testtask/blob/HEAD/mock-fix-trading-server-and-client/Heathmill.FixAT.UnitTests/TestDefaultOrderSorter.cs
ghcode:00176:9fb1d9c048b1
apache-2.0
codeparrot/github-code
9fb1d9c048b1b5d10b76222df45a1525fcef5df091adffbe15c86869911a5a7e
0.75
testing_debugging_repair_refactoring
2,257
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using TRL.Common.Models; using TRL.Common.Data; using TRL.Configuration; namespace TRL.Common.Test.Configuration { [TestClass] public class TakeProfitOrderSettingsFactoryTe...
wouldyougo/TRx
TRL.Common.Test/Configuration/TakeProfitOrderSettingsFactoryTests.cs
https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Configuration/TakeProfitOrderSettingsFactoryTests.cs
ghcode:00176:d5d757ca3837
apache-2.0
codeparrot/github-code
d5d757ca3837866b24cdad99f20f8cdf6ac80932773cb36e3bc842dafe51d66e
0.75
testing_debugging_repair_refactoring
332
false
2026-07-17
using System; using System.Collections; using System.IO; using MbUnit.Core.Framework; using MbUnit.Framework; using MbUnit.Core.Exceptions; using MbUnit.Core.Invokers; namespace MbUnit.Tests.Core.Invokers { /// <summary> /// <see cref="TestFixture"/> for the <see cref="FailedLoadingRunInvoker"/> cl...
Gallio/mbunit-v2
src/mbunit/MbUnit.Tests/Core/Invokers/FailedLoadingRunInvoker.cs
https://github.com/Gallio/mbunit-v2/blob/HEAD/src/mbunit/MbUnit.Tests/Core/Invokers/FailedLoadingRunInvoker.cs
ghcode:00176:bcd86808ca3a
apache-2.0
codeparrot/github-code
bcd86808ca3a0f1a31dda59f6950d4e9630c61e183588ec5eb97e0a449b2df2d
0.85
testing_debugging_repair_refactoring
149
false
2026-07-17
using NUnit.Framework; using System; using System.Collections.Generic; using System.Text; namespace Snail.UnitTest.Threading { /// <summary> /// 任务队列测试 /// </summary> public class TaskQueueTest { [Test] public void Test1() { } } }
329277920/Snail
Snail.UnitTest/Threading/TaskQueueTest.cs
https://github.com/329277920/Snail/blob/HEAD/Snail.UnitTest/Threading/TaskQueueTest.cs
ghcode:00176:f81694bf1372
apache-2.0
codeparrot/github-code
f81694bf1372361c7cb5bfec48e4eac646553605f65207d5d0e42d5ce0fc1563
0.85
testing_debugging_repair_refactoring
68
false
2026-07-17
using System; using AGXUnity; using AGXUnity.Collide; using UnityEditor; namespace AGXUnityEditor.Editors { [CustomEditor( typeof( AGXUnity.SolverSettings ) )] [CanEditMultipleObjects] public class AGXUnitySolverSettingsEditor : InspectorEditor { } }
Algoryx/agxUnity
Editor/CustomEditors/AGXUnity+SolverSettingsEditor.cs
https://github.com/Algoryx/agxUnity/blob/HEAD/Editor/CustomEditors/AGXUnity+SolverSettingsEditor.cs
ghcode:00176:7d1dc08c980a
apache-2.0
codeparrot/github-code
7d1dc08c980ad8440eada4649925fb75550837121a2679a075566825be12222d
0.6
testing_debugging_repair_refactoring
68
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenQA.Selenium; using System; using System.Linq; using System.Threading; namespace NakedFrameworkClient.TestFramework { public class Dialog : SubView { public Dialog(IWebElement element, Helper helper, View enclosingView) : base(element, helpe...
NakedObjectsGroup/NakedObjectsFramework
Test/NakedFrameworkClient.SeleniumTest.Framework/Dialog.cs
https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/HEAD/Test/NakedFrameworkClient.SeleniumTest.Framework/Dialog.cs
ghcode:00176:93231fd745e5
apache-2.0
codeparrot/github-code
93231fd745e57980fec77af3c5d78c19edfb5d884b58746ee9f21f50fae0b250
0.85
testing_debugging_repair_refactoring
1,016
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
mcherkasov/ignite
modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteConfigurationTest.cs
https://github.com/mcherkasov/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteConfigurationTest.cs
ghcode:00176:067967bf85b7
apache-2.0
codeparrot/github-code
067967bf85b7ec860e0576c9f3898565307e54f55d94817305fc9a7387a2bbee
0.7
testing_debugging_repair_refactoring
5,403
false
2026-07-17
using System; using System.Threading; using Castle.Windsor; using Castle.Windsor.Configuration.Interpreters; using Rhino.ServiceBus.Impl; using Rhino.ServiceBus.Internal; using Xunit; namespace Rhino.ServiceBus.Tests { public class RequestAndReply : MsmqTestBase, ConsumerOf<RequestAndReply.PongM...
ayende/rhino-esb
Rhino.ServiceBus.Tests/RequestAndReply.cs
https://github.com/ayende/rhino-esb/blob/HEAD/Rhino.ServiceBus.Tests/RequestAndReply.cs
ghcode:00177:b7b4b767fd9a
bsd-3-clause
codeparrot/github-code
b7b4b767fd9ab1877e9064eb6350c137c106a8ebbedec1afc78a1744ffc5faa8
0.75
testing_debugging_repair_refactoring
570
false
2026-07-17
// Copyright (c) 2015, Alexander Endris // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, this // list ...
AlexEndris/RosMockLyn
RosMockLyn.Core.Tests/Transformation/MethodTransformerTests.cs
https://github.com/AlexEndris/RosMockLyn/blob/HEAD/RosMockLyn.Core.Tests/Transformation/MethodTransformerTests.cs
ghcode:00177:92099b566cdf
bsd-3-clause
codeparrot/github-code
92099b566cdfbd4babb442ce589cd69efa83ea526ba8876de487229822235232
0.85
testing_debugging_repair_refactoring
1,604
false
2026-07-17
/* The MIT License * * Copyright (c) 2010 Intel Corporation. * All rights reserved. * * Based on the convexdecomposition library from * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softwar...
ft-/opensim-optimizations-wip
OpenSim/Region/Physics/ConvexDecompositionDotNet/ConvexBuilder.cs
https://github.com/ft-/opensim-optimizations-wip/blob/HEAD/OpenSim/Region/Physics/ConvexDecompositionDotNet/ConvexBuilder.cs
ghcode:00177:cc5d3a341438
bsd-3-clause
codeparrot/github-code
cc5d3a341438b1ade1240861769ab57b4df41a51eeb3de85a256afc372811a2f
0.85
testing_debugging_repair_refactoring
3,250
false
2026-07-17
// Copyright © 2014 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 l...
VincentFortuneDeng/VirtualRadarSource2.0.2
Test/Test.VirtualRadar.Interface/AirportDataThumbnailsJsonTests.cs
https://github.com/VincentFortuneDeng/VirtualRadarSource2.0.2/blob/HEAD/Test/Test.VirtualRadar.Interface/AirportDataThumbnailsJsonTests.cs
ghcode:00177:7475e682309d
bsd-3-clause
codeparrot/github-code
7475e682309dca9c2884d5634cb7bfb651c224a2fcdd621446aade237e934a47
0.85
testing_debugging_repair_refactoring
434
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...
hubo0831/NLog
tests/NLog.UnitTests/Config/ReloadTests.cs
https://github.com/hubo0831/NLog/blob/HEAD/tests/NLog.UnitTests/Config/ReloadTests.cs
ghcode:00177:b570953a79b6
bsd-3-clause
codeparrot/github-code
b570953a79b61328306191bd1413f50fc932fc2c1cd2a537a94a7c9e926e885f
0.85
testing_debugging_repair_refactoring
5,083
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; using Azure.Core.Tests.TestFramework; using NUnit.Framework; namespace Azure.Core.Tests { public class PageableOperationTe...
Azure/azure-sdk-for-net
sdk/core/Azure.Core/tests/PageableOperationTests.cs
https://github.com/Azure/azure-sdk-for-net/blob/HEAD/sdk/core/Azure.Core/tests/PageableOperationTests.cs
ghcode:00177:b56d33343f25
mit
codeparrot/github-code
b56d33343f25a29d4c9e3495c9480d54587baac73d88ce334d7f7176531c7521
0.85
testing_debugging_repair_refactoring
439
false
2026-07-17
using System; //using System.Net; //using System.IO; using NUnit.Framework; using System.Collections.Generic; namespace MK.Net { [TestFixture] public class HttpWebRequestWrapperCrossStringTest { HttpWebRequestWrapper r; Dictionary<string, string> val; Dictionary<string, Acc> fu; class Acc: MK.Collectio...
maxkoryukov/MK.WebLib
src/MK.Lib.T/Net/HttpWebRequestWrapperTest.cs
https://github.com/maxkoryukov/MK.WebLib/blob/HEAD/src/MK.Lib.T/Net/HttpWebRequestWrapperTest.cs
ghcode:00177:c31619e3dd12
mit
codeparrot/github-code
c31619e3dd124d7339240f54c93ff372c6142fd0d31d9bfe4f854ea21b539796
0.7
testing_debugging_repair_refactoring
1,086
false
2026-07-17
#region License //----------------------------------------------------------------------- // <copyright> // The MIT License (MIT) // // Copyright (c) 2014 Kirk S Woll // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Softw...
kswoll/WootzJs
WootzJs.Rx.Tests/TestsApplication.cs
https://github.com/kswoll/WootzJs/blob/HEAD/WootzJs.Rx.Tests/TestsApplication.cs
ghcode:00177:a88ab82ff114
mit
codeparrot/github-code
a88ab82ff114d2e7671a74894f01b2da64b3bff4c2cf16a8f3bc5d1a6e9e4238
0.85
testing_debugging_repair_refactoring
452
false
2026-07-17
using System.Collections.Concurrent; using GitVersion.MsBuild.Tests.Helpers; using Microsoft.Build.Framework; using Shouldly; namespace GitVersion.MsBuild.Tests.Mocks; internal sealed class MockEngine : IBuildEngine4 { private readonly ConcurrentDictionary<object, object> objectCache = new(); private StringBu...
asbjornu/GitVersion
src/GitVersion.MsBuild.Tests/Mocks/MockEngine.cs
https://github.com/asbjornu/GitVersion/blob/HEAD/src/GitVersion.MsBuild.Tests/Mocks/MockEngine.cs
ghcode:00177:b888e0dcd0ff
mit
codeparrot/github-code
b888e0dcd0ff9d6320583c89745dcd0cac1519df2187125843bc9bf43b7f9b60
0.85
testing_debugging_repair_refactoring
773
false
2026-07-17
// Copyright (c) 2015 ZZZ Projects. All rights reserved // Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods) // Website: http://www.zzzprojects.com/ // Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927 // All ZZZ Projects products: Entity Framework ...
huoxudong125/Z.ExtensionMethods
test/Z.IO.Test/System.IO.FileInfo/FileInfo.GetDirectoryFullName.cs
https://github.com/huoxudong125/Z.ExtensionMethods/blob/HEAD/test/Z.IO.Test/System.IO.FileInfo/FileInfo.GetDirectoryFullName.cs
ghcode:00177:110e5b420fb4
mit
codeparrot/github-code
110e5b420fb4f7412ed1a9fcfcdb0c2ae8452aee9c38aeb4183121c78e3d5e6d
0.7
testing_debugging_repair_refactoring
218
false
2026-07-17
using System.Linq; using System.Threading.Tasks; using Marten.PLv8.Patching; using Marten.Testing.Harness; using Shouldly; using Weasel.Core; using Weasel.Postgresql; using Xunit; namespace Marten.PLv8.Testing.Patching { public class Bug_593_patch_doc_function_should_be_built_in_designated_schema: BugIntegrationCo...
mysticmind/marten
src/Marten.PLv8.Testing/Patching/Bug_593_patch_doc_function_should_be_built_in_designated_schema.cs
https://github.com/mysticmind/marten/blob/HEAD/src/Marten.PLv8.Testing/Patching/Bug_593_patch_doc_function_should_be_built_in_designated_schema.cs
ghcode:00177:20398b52bb7d
mit
codeparrot/github-code
20398b52bb7d8fd0aeb94f3114ed83095d5815216d454d149690436bb71e75d0
0.75
testing_debugging_repair_refactoring
186
false
2026-07-17
using System.Diagnostics; namespace FluentAssertions { [DebuggerNonUserCode] public class AndConstraint<T> { public T And { get; } /// <summary> /// Initializes a new instance of the <see cref="AndConstraint{T}"/> class. /// </summary> public AndConstraint(T parentC...
jnyrup/fluentassertions
Src/FluentAssertions/AndConstraint.cs
https://github.com/jnyrup/fluentassertions/blob/HEAD/Src/FluentAssertions/AndConstraint.cs
ghcode:00177:b3d021729a45
apache-2.0
codeparrot/github-code
b3d021729a4543003ab502b06920a36797b06df6006d86bace75585771270320
0.7
testing_debugging_repair_refactoring
82
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...
JesseQin/npoi
testcases/ooxml/XSSF/UserModel/TestXSSFColor.cs
https://github.com/JesseQin/npoi/blob/HEAD/testcases/ooxml/XSSF/UserModel/TestXSSFColor.cs
ghcode:00177:d79cfe622b95
apache-2.0
codeparrot/github-code
d79cfe622b9545de92fb9528d0c543a9ff68db2584e811e8758d51ba407fea66
0.85
testing_debugging_repair_refactoring
1,836
false
2026-07-17
using Bari.Core.Commands; using Bari.Core.Commands.Clean; using Bari.Core.Exceptions; using Bari.Core.Generic; using Bari.Core.Model; using Bari.Core.Test.Helper; using Bari.Core.UI; using FluentAssertions; using Moq; using NUnit.Framework; using Ninject; namespace Bari.Core.Test.Commands { [TestFix...
Psychobilly87/bari
src/core/tests/Bari.Core.Test/cs/Commands/CleanTest.cs
https://github.com/Psychobilly87/bari/blob/HEAD/src/core/tests/Bari.Core.Test/cs/Commands/CleanTest.cs
ghcode:00177:fbf9ee014b17
apache-2.0
codeparrot/github-code
fbf9ee014b178a29ef6d0937559fe07f3be6b56b93c49b4d5d9f791044159e2d
0.85
testing_debugging_repair_refactoring
568
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="WithinSampleTest.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright>...
simonlaroche/akka.net
src/core/Akka.Docs.Tests/Testkit/WithinSampleTest.cs
https://github.com/simonlaroche/akka.net/blob/HEAD/src/core/Akka.Docs.Tests/Testkit/WithinSampleTest.cs
ghcode:00177:48e4823dc05e
apache-2.0
codeparrot/github-code
48e4823dc05ebc4f024c7242f956bd04cc6c51ef13a3e3d2e91becfa770964e2
0.85
testing_debugging_repair_refactoring
202
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Bronto.API.Tests { [TestClass] public abstract class BrontoBaseTestClass { public class Timer { public Date...
appldev/BrontoSharp
Bronto.API.Tests/BrontoBaseTestClass.cs
https://github.com/appldev/BrontoSharp/blob/HEAD/Bronto.API.Tests/BrontoBaseTestClass.cs
ghcode:00177:500e5f8d325e
apache-2.0
codeparrot/github-code
500e5f8d325e5b6bf82dbbef9617c22c51a0508ac00b3f9b0ee4d098cca98d6e
0.75
testing_debugging_repair_refactoring
666
false
2026-07-17
using Bridge.Html5; using Bridge.Test.NUnit; using System.Collections.Generic; using System.Linq; namespace Bridge.ClientTest.Batch3.BridgeIssues { /// <summary> /// The test here consists in checking whether the Single (float) and /// Double (double) types' NaN and Infinity constants can be used as //...
bridgedotnet/Bridge
Tests/Batch3/BridgeIssues/3300/N3386.cs
https://github.com/bridgedotnet/Bridge/blob/HEAD/Tests/Batch3/BridgeIssues/3300/N3386.cs
ghcode:00177:e2f324bfe034
apache-2.0
codeparrot/github-code
e2f324bfe03487df8ec578d20d17baabc8d97625ad25912b82e570c6f452e5b1
0.85
testing_debugging_repair_refactoring
608
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/Environment/RemoveAzureEnvironmentTests.cs
https://github.com/namratab/azure-powershell/blob/HEAD/src/ServiceManagement/Services/Commands.Test/Environment/RemoveAzureEnvironmentTests.cs
ghcode:00177:b42a809e120a
apache-2.0
codeparrot/github-code
b42a809e120ac9ab4b07bb497d5cf24521a34b57a870e7abdfa1697821d65fd7
0.85
testing_debugging_repair_refactoring
702
false
2026-07-17
using NUnit.Framework; using TestFirst.Net.Extensions.NUnit; namespace TestFirst.Net.Extensions.Test.NUnit { [TestFixture] public class AbstractNUnitScenarioTestTest : AbstractNUnitScenarioTest { [Test] public void ScenarioTitleIsSetFromTestMethodNameTest() { var scenar...
activelylazy/TestFirst.Net
TestFirst.Net.Extensions.Test/NUnit/AbstractNUnitScenarioTestTest.cs
https://github.com/activelylazy/TestFirst.Net/blob/HEAD/TestFirst.Net.Extensions.Test/NUnit/AbstractNUnitScenarioTestTest.cs
ghcode:00177:865a5aadeead
bsd-2-clause
codeparrot/github-code
865a5aadeeadfc40abfe716608ef05fcb112eb9e2cf007ca4230d5e6ff77a8c6
0.53
testing_debugging_repair_refactoring
110
false
2026-07-17
using System; using System.Diagnostics; using System.Linq; using NUnit.Framework; using ServiceStack.Logging; using ServiceStack.Logging.Support.Logging; using ServiceStack.Razor; using ServiceStack.ServiceInterface.Testing; using ServiceStack.Text; using ServiceStack.WebHost.Endpoints.Formats; namespace RazorRocksta...
fanta-mnix/ServiceStack
tests/RazorRockstars.Console.Files/Benchmarks.cs
https://github.com/fanta-mnix/ServiceStack/blob/HEAD/tests/RazorRockstars.Console.Files/Benchmarks.cs
ghcode:00177:0520fe6e52d1
bsd-3-clause
codeparrot/github-code
0520fe6e52d1690dfd3c00a0cb19df34d0b6c3b1607edd615d7889db8b81c0f7
0.75
testing_debugging_repair_refactoring
908
false
2026-07-17
using NUnit.Framework; using System; [TestFixture] public class Test26 { [TestCase] public void GetAllSendersWithTransactionStatus_ShoudlThrowAfterRemove() { //Arrange IChainblock cb = new Chainblock(); Transaction tx1 = new Transaction(5, TransactionStatus.Successfull, "joro", "pe...
NikiStanchev/SoftUni
DataStructures/Exam_11.03.2018/Chainblock - Skeleton C#/Chainblock.Tests/Correctness/Test26.cs
https://github.com/NikiStanchev/SoftUni/blob/HEAD/DataStructures/Exam_11.03.2018/Chainblock - Skeleton C#/Chainblock.Tests/Correctness/Test26.cs
ghcode:00177:4a464300d9e4
mit
codeparrot/github-code
4a464300d9e43515c7cec47c59c18af20a475eca6b81943d6bc5cb72ec428cc7
0.85
testing_debugging_repair_refactoring
306
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.Threading.Tasks; namespace Microsoft.UnitTests.Core.FluentAssertions { public static class TaskAssertionsExtensions { public static TaskAss...
MikhailArkhipov/RTVS
src/UnitTests/Core/Impl/FluentAssertions/TaskAssertionsExtensions.cs
https://github.com/MikhailArkhipov/RTVS/blob/HEAD/src/UnitTests/Core/Impl/FluentAssertions/TaskAssertionsExtensions.cs
ghcode:00177:d1e8bdcac8d3
mit
codeparrot/github-code
d1e8bdcac8d359a9579a1dedcc1e6618ba1fdb2c890c06744aeb95f3dbbb81b9
0.75
testing_debugging_repair_refactoring
102
false
2026-07-17