text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
using CharacterGen.CharacterClasses; using CharacterGen.Domain.Tables; using CharacterGen.Magics; using NUnit.Framework; namespace CharacterGen.Tests.Integration.Tables.Magics.Spells.Known.Wizards { [TestFixture] public class IllusionSpellLevelsTests : AdjustmentsTests { protected override string ...
DnDGen/CharacterGen
CharacterGen.Tests.Integration.Tables/Magics/Spells/Known/Wizards/IllusionSpellLevelsTests.cs
https://github.com/DnDGen/CharacterGen/blob/HEAD/CharacterGen.Tests.Integration.Tables/Magics/Spells/Known/Wizards/IllusionSpellLevelsTests.cs
ghcode:00175:33168a7b2092
mit
codeparrot/github-code
33168a7b2092d842ea5e9b36c06037a70fd1cbaa68ef9e23652d079237518bad
0.75
testing_debugging_repair_refactoring
1,159
false
2026-07-17
//__________________________________________________________________________________________________ // // Copyright (C) 2021, Mariusz Postol LODZ POLAND. // // To be in touch join the community at GitHub: https://github.com/mpostol/OPC-UA-OOI/discussions //___________________________________________________________...
mpostol/OPC-UA-OOI
SemanticData/Tests/USNodeSetValidationUnitTestProject/XMLModelsProblemsToReportUnitTest.cs
https://github.com/mpostol/OPC-UA-OOI/blob/HEAD/SemanticData/Tests/USNodeSetValidationUnitTestProject/XMLModelsProblemsToReportUnitTest.cs
ghcode:00175:4ffcd043a825
mit
codeparrot/github-code
4ffcd043a82561c1a21b61a867b108d7bd4e8fbe62a8988dd7d8c635a64150c5
0.95
testing_debugging_repair_refactoring
2,167
false
2026-07-17
using Tests; using Microsoft.VisualStudio.TestTools.UnitTesting; using FluentAssertions; using Core.Operations.ApplicationSettings; using Core.Operations.ApplicationSettings.Extras; using Voodoo.TestData; using Core.Context; using Core; using System; using System.Collections.Generic; using System.Linq; using System.Ne...
MiniverCheevy/spa-starter-kit
src/Tests/Operations/ApplicationSettings/ApplicationSettingTestHelper.cs
https://github.com/MiniverCheevy/spa-starter-kit/blob/HEAD/src/Tests/Operations/ApplicationSettings/ApplicationSettingTestHelper.cs
ghcode:00175:9c456a55a1fc
mit
codeparrot/github-code
9c456a55a1fc161757e1dc754d5a813912aa46cc49752b45e41e484a9d7b5842
0.85
testing_debugging_repair_refactoring
263
false
2026-07-17
namespace Albireo.IPAddressExtensions.Tests.IsReservedAddressTests { using System.Net; public class ReservedNetwork07Tests : ReservedNetworkTestsBase { public ReservedNetwork07Tests() : base("191.255.255.255", "192.0.0.0", "192.0.0.7", "192.0.0.8") { } } }
kappa7194/ip-address-extensions
Albireo.IPAddressExtensions.Tests/IsReservedAddressTests/ReservedNetwork07Tests.cs
https://github.com/kappa7194/ip-address-extensions/blob/HEAD/Albireo.IPAddressExtensions.Tests/IsReservedAddressTests/ReservedNetwork07Tests.cs
ghcode:00175:ca29737a1444
mit
codeparrot/github-code
ca29737a1444e9e8661766d564d305bdf97665aae620e931d066d03f189ac47a
0.75
testing_debugging_repair_refactoring
102
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; using FluentAssertions; namespace ServiceFabric.Tests { public class ConfigurationTests { [Fact] public void TestValidConfigurationEntry() { } } }
sceneskope/service-fabric
test/ServiceFabric.Tests/ConfigurationTests.cs
https://github.com/sceneskope/service-fabric/blob/HEAD/test/ServiceFabric.Tests/ConfigurationTests.cs
ghcode:00175:3008b29be5b4
mit
codeparrot/github-code
3008b29be5b4a0c4e675aa47a716b2fc81e3aa47c2321fd89909336f0013dbdc
0.75
testing_debugging_repair_refactoring
57
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Text; namespace MAPE.Http { public class HeaderBuffer: MessageBuffer { #region data private static readonly char[] WS = new char[] { (char)SP, (char)HTAB }; // SP, HTA...
ipponshimeji/MAPE
Source/Core/Http/HeaderBuffer.cs
https://github.com/ipponshimeji/MAPE/blob/HEAD/Source/Core/Http/HeaderBuffer.cs
ghcode:00175:d7215c4a6ebb
mit
codeparrot/github-code
d7215c4a6ebbd34bacef61ef4661e7dae00545dbaa4116617f184523627b29b0
0.85
testing_debugging_repair_refactoring
4,116
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace UMovies.Data.Tests { [TestClass] public class UMoviesEntitiesTest { [TestMethod] public void ConstructorShouldSetDatabaseName() { // Arrange var entities = new UMoviesEntities(); strin...
mamcer/umovies
Src/UMovies.Data.Tests/UMoviesEntitiesTest.cs
https://github.com/mamcer/umovies/blob/HEAD/Src/UMovies.Data.Tests/UMoviesEntitiesTest.cs
ghcode:00175:7ad577b868a7
mit
codeparrot/github-code
7ad577b868a7350766590cfb249cffbd197170dda061dc568b15b711781db003
0.7
testing_debugging_repair_refactoring
89
false
2026-07-17
using System.Collections.Generic; using System.Threading.Tasks; using MediatR; using Moq; using NUnit.Framework; using SFA.DAS.EmployerAccounts.Commands.UpdateUserNotificationSettings; using SFA.DAS.EmployerAccounts.Models; using SFA.DAS.EmployerAccounts.Queries.GetUserNotificationSettings; using SFA.DAS.HashingServic...
SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts.Web.UnitTests/Orchestrators/EmployerAccountOrchestratorTests/WhenManagingUserSettings.cs
https://github.com/SkillsFundingAgency/das-employerapprenticeshipsservice/blob/HEAD/src/SFA.DAS.EmployerAccounts.Web.UnitTests/Orchestrators/EmployerAccountOrchestratorTests/WhenManagingUserSettings.cs
ghcode:00175:22c6c77beea7
mit
codeparrot/github-code
22c6c77beea7767e679d0b6763c5939f1d6b717e0ba8811d631e3e11d211cbe0
0.85
testing_debugging_repair_refactoring
534
false
2026-07-17
using System; using NUnit.Framework; namespace MyMortgage.Calculator.Nunit.Test { [TestFixture] public class MonthlyPayments { [TestCase(new object[] { 125000, 3, 9, 1322.117 })] [TestCase(new object[] { 250000, 4, 25, 1319.592 })] [TestCase(new object[] { 5232567, 6, 30, 31371.882...
KevWK314/MyMortgage
MyMortgage.Calculator.Nunit.Test/MonthlyPayments.cs
https://github.com/KevWK314/MyMortgage/blob/HEAD/MyMortgage.Calculator.Nunit.Test/MonthlyPayments.cs
ghcode:00175:0b6bd77b8a0f
mit
codeparrot/github-code
0b6bd77b8a0f4d2a79a64559202d4ba0a4668ee254ec07e49254be3dcd243835
0.6
testing_debugging_repair_refactoring
677
false
2026-07-17
using NUnit.Framework; using Gmtl.HandyLib.Extensions; using System.Linq; namespace Gmtl.HandyLib.Tests.Extensions { [TestFixture] public class HLEnumTests { [TestCase(TestEnum.Value1, "Value 1")] [TestCase(TestEnum.Value100, "Value 100")] [TestCase(TestEnum.ValueWithoutDescriptio...
pawelklimczyk/HandyLib
src/Gmtl.HandyLib/Gmtl.HandyLib.Tests/Extensions/HLEnumTests.cs
https://github.com/pawelklimczyk/HandyLib/blob/HEAD/src/Gmtl.HandyLib/Gmtl.HandyLib.Tests/Extensions/HLEnumTests.cs
ghcode:00175:fff901ed2133
mit
codeparrot/github-code
fff901ed2133c5314d2f878f8e04619e4e33463f1d3c7765af53c9e1e70fc47d
0.75
testing_debugging_repair_refactoring
255
false
2026-07-17
using LibrarySystem.Commands.Functional; using LibrarySystem.Models.Factory; using LibrarySystem.Repositories.Contracts.Data; using LibrarySystem.Repositories.Contracts.Data.UnitOfWork; using Moq; using NUnit.Framework; namespace LibrarySystem.Commands.UnitTests.FunctionalTests.ClientExitLibraryCommandTests { [Te...
TeamYAGNI/LibrarySystem
LibrarySystem/LibrarySystem.Commands.UnitTests/FunctionalTests/ClientExitLibraryCommandTests/Constructor_Should.cs
https://github.com/TeamYAGNI/LibrarySystem/blob/HEAD/LibrarySystem/LibrarySystem.Commands.UnitTests/FunctionalTests/ClientExitLibraryCommandTests/Constructor_Should.cs
ghcode:00175:15d61ab1fc9f
mit
codeparrot/github-code
15d61ab1fc9fd6eb3b93a6fbd5d8ebb1eeb156f914eefc7c964ed2a1d182f4da
0.7
testing_debugging_repair_refactoring
233
false
2026-07-17
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.DotNet.Tools.Build; using FluentAssertions; using Xunit; namespace Microsoft.DotNet.Cli.MSBuild.Tests { public class GivenD...
svick/cli
test/dotnet-msbuild.Tests/GivenDotnetBuildInvocation.cs
https://github.com/svick/cli/blob/HEAD/test/dotnet-msbuild.Tests/GivenDotnetBuildInvocation.cs
ghcode:00175:0c7e5d649ac9
mit
codeparrot/github-code
0c7e5d649ac93fb4f716c54d2c223aa2dc63a6c569d965725e0bce1dbb21a800
0.75
testing_debugging_repair_refactoring
908
false
2026-07-17
// ============================================================================================================================= // author : david sexton (@sextondjc | sextondjc.com) // date : 2015.12.23 // modified : 2017-03-11 (16:25) // licence : licensed under the terms of t...
sextondjc/Drapper.Validation
Drapper.Validation.Tests/Attributes/RequiredCollectionAttributeTests/IsValid.cs
https://github.com/sextondjc/Drapper.Validation/blob/HEAD/Drapper.Validation.Tests/Attributes/RequiredCollectionAttributeTests/IsValid.cs
ghcode:00175:f7b58174d996
mit
codeparrot/github-code
f7b58174d996951516c360fdce1327e738dd0d9417c42efce04f3ba7a744a545
0.7
testing_debugging_repair_refactoring
617
false
2026-07-17
// <copyright file="SampleTest.cs" company="ProjectBlackmagic"> // RestfulClient // Copyright (c) ProjectBlackmagic. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // Github: https://github.com/ProjectBlackmagic/RestfulClient. // </copyright> ...
ProjectBlackmagic/RestfulClient
test/SampleTest.cs
https://github.com/ProjectBlackmagic/RestfulClient/blob/HEAD/test/SampleTest.cs
ghcode:00175:66cec38d1915
mit
codeparrot/github-code
66cec38d19155093cdc1043763598e95b80a4052e9c0eab5174fb035c133430f
0.7
testing_debugging_repair_refactoring
216
false
2026-07-17
using BCO.Core.Data; using BCO.Core.Managers; using BCO.Core.Models; using Moq; using System.Collections.Generic; using System.Linq.Expressions; using System; using Xunit; using static BCO.Tests.Util.TestsUtil; namespace BCO.Tests { public class MapManagerSpec { [Fact] public async void CanCre...
theprimegamer/breakthrough-conflict-online
BCO.Tests/Tests/MapManagerSpec.cs
https://github.com/theprimegamer/breakthrough-conflict-online/blob/HEAD/BCO.Tests/Tests/MapManagerSpec.cs
ghcode:00175:0a44575309a2
mit
codeparrot/github-code
0a44575309a2878fb085eb6b7dfdb94d2db8d99831ffea300b9d78bbd62bf41e
0.95
testing_debugging_repair_refactoring
1,024
false
2026-07-17
using System.Collections.Generic; using System.IO; using System.Text; using NUnit.Framework; using Remy.Core.Tasks.Plugins.Powershell; using Remy.Tests.StubsAndMocks.Core.Tasks.Plugins.Powershell; using Serilog; using Serilog.Core; namespace Remy.Tests.Unit.Core.Tasks.Plugins.Powershell { [TestFixture] public cl...
yetanotherchris/Remy
src/Remy.Tests/Unit/Core/Tasks/Plugins/Powershell/PowershellTaskTests.cs
https://github.com/yetanotherchris/Remy/blob/HEAD/src/Remy.Tests/Unit/Core/Tasks/Plugins/Powershell/PowershellTaskTests.cs
ghcode:00175:7efa7088f939
mit
codeparrot/github-code
7efa7088f939d2baee583bc219cab7239467e39f4fe4bd69f53a9781be080b9b
0.85
testing_debugging_repair_refactoring
551
false
2026-07-17
// <copyright file="An8FaceTests.cs" company="Jérémy Ansel"> // Copyright (c) 2015, 2019 Jérémy Ansel // </copyright> // <license> // Licensed under the MIT license. See LICENSE.txt // </license> namespace JeremyAnsel.Media.An8.Tests { using Xunit; /// <summary> /// Tests for <see cref="An8Face"/>. /...
JeremyAnsel/JeremyAnsel.Media.An8
JeremyAnsel.Media.An8/JeremyAnsel.Media.An8.Tests/An8FaceTests.cs
https://github.com/JeremyAnsel/JeremyAnsel.Media.An8/blob/HEAD/JeremyAnsel.Media.An8/JeremyAnsel.Media.An8.Tests/An8FaceTests.cs
ghcode:00175:fc3657f88c10
mit
codeparrot/github-code
fc3657f88c10a1d8955dba03fa99c309a67585a14ab125e0df2b30243c852226
0.85
testing_debugging_repair_refactoring
1,448
false
2026-07-17
using System; using Caliburn.Micro; using Caliburn.Micro.Contrib.Decorators; using NUnit.Framework; namespace CMContrib.Test.Decorators { [TestFixture] public class ResultDecoratorBase_Fixture { [Test] public void InnerResult_IsBuiltUpByContainer() { var isBuiltUp = fal...
kmees/CMContrib
test/CMContrib.Test/Decorators/ResultDecoratorBase_Fixture.cs
https://github.com/kmees/CMContrib/blob/HEAD/test/CMContrib.Test/Decorators/ResultDecoratorBase_Fixture.cs
ghcode:00175:c645f8bfcea2
mit
codeparrot/github-code
c645f8bfcea2265304b64c550e6349eb59b5991bff0f647bc1883933b71001fb
0.6
testing_debugging_repair_refactoring
136
false
2026-07-17
using NUnit.Framework; using DnDGen.TreasureGen.Tables; namespace DnDGen.TreasureGen.Tests.Integration.Tables.Items.Magical.Scrolls.Arcane { [TestFixture] public class Level7ArcaneSpellsTests : PercentileTests { protected override string tableName { get { return string.Format(T...
DnDGen/TreasureGen
DnDGen.TreasureGen.Tests.Integration.Tables/Items/Magical/Scrolls/Arcane/Level7ArcaneSpellsTests.cs
https://github.com/DnDGen/TreasureGen/blob/HEAD/DnDGen.TreasureGen.Tests.Integration.Tables/Items/Magical/Scrolls/Arcane/Level7ArcaneSpellsTests.cs
ghcode:00175:46ab557ed781
mit
codeparrot/github-code
46ab557ed78122641037d5a6f53a277c99c0b48d583117b41f35027487f00980
0.75
testing_debugging_repair_refactoring
747
false
2026-07-17
using System; using System.Collections.Generic; using Xunit; namespace Xunit2.Should { public static class RangeAssertion { public static void ShouldBeInRange<T>(this T actual, T low, T high) where T : IComparable { Assert.InRange(actual, low, high); } ...
ralbu/xunit2.should
xunit2.should/RangeAssertion.cs
https://github.com/ralbu/xunit2.should/blob/HEAD/xunit2.should/RangeAssertion.cs
ghcode:00175:c9b55069ddb1
mit
codeparrot/github-code
c9b55069ddb1c45f2685e8bff6cfbfdb79150b974c2e4e6f5d4ab65218842944
0.6
testing_debugging_repair_refactoring
545
false
2026-07-17
using System; using System.Collections.Generic; using Xunit; using FluentAssertions; namespace HashidsNet.test { public class HashIds_issues { [Fact(Skip = "Fix me later")] public void issue_8_should_not_throw_out_of_range_exception() { var hashids = new HashIds("janottaa",...
masterjeef/HashIds
test/Hashids.net.test/Hashids_issues.cs
https://github.com/masterjeef/HashIds/blob/HEAD/test/Hashids.net.test/Hashids_issues.cs
ghcode:00175:356419224508
mit
codeparrot/github-code
356419224508b2440195c9f6bc57b884f58cd9d90f8e6a77ab6511ec23b38be0
0.7
testing_debugging_repair_refactoring
540
false
2026-07-17
namespace PetFinder.Tests.Web.Controllers { using System.Collections.Generic; using Common.Constants; using Microsoft.VisualStudio.TestTools.UnitTesting; using Mocks; using PetFinder.Web.Controllers; using PetFinder.Web.Infrastructure.Mapping; using PetFinder.Web.ViewModels.Images; ...
DennyGD/PetFinder
Source/Tests/PetFinder.Tests.Web.Controllers/ImagesControllerTests.cs
https://github.com/DennyGD/PetFinder/blob/HEAD/Source/Tests/PetFinder.Tests.Web.Controllers/ImagesControllerTests.cs
ghcode:00175:15d8fbd93c41
mit
codeparrot/github-code
15d8fbd93c411d5cf403cfdfb69ed6cd09cf3d30d01646157acf58f71e5340d6
0.85
testing_debugging_repair_refactoring
308
false
2026-07-17
using System; using System.IO; using BauCore; using BauMSBuild; using BauNuGet; using Builder.Extensions; using FluentAssertions; using FluentBuild; using Templates.Metadata; namespace Builder { public static class BauBuild { //Build Tasks public const string Build = "build"; ...
cadabloom/RethinkDb.Driver
Source/Builder/BauBuild.cs
https://github.com/cadabloom/RethinkDb.Driver/blob/HEAD/Source/Builder/BauBuild.cs
ghcode:00175:1378270d1f4c
mit
codeparrot/github-code
1378270d1f4c134465f0e38426072f4f7c901992d970e76ba0db837371d37bf3
0.6
testing_debugging_repair_refactoring
851
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.IO; using System.Collections.Generic; using Internal.IL.Stubs; using Internal.TypeSyste...
sandreenko/corert
src/ILCompiler.Compiler/src/Compiler/MetadataManager.cs
https://github.com/sandreenko/corert/blob/HEAD/src/ILCompiler.Compiler/src/Compiler/MetadataManager.cs
ghcode:00175:949b7e547104
mit
codeparrot/github-code
949b7e54710409b5633cfa1aa2d4f1c5b0c3dcb68293d355ae370fb3d60f9f04
0.95
testing_debugging_repair_refactoring
3,967
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; namespace CxxDemangler.Tests.Parsing { [TestClass] public class Substitution : TestBase { [TestMethod] public void Substitution0() { Verify("S_...", new Parsers.Substit...
antmicro/CxxDemangler
Tests/Parsing/Substitution.cs
https://github.com/antmicro/CxxDemangler/blob/HEAD/Tests/Parsing/Substitution.cs
ghcode:00175:7a539a87b0ed
apache-2.0
codeparrot/github-code
7a539a87b0ed37ebb51b6cf0c66aaf9c64679975bd4cc57ed31a1a05aba34511
0.75
testing_debugging_repair_refactoring
517
false
2026-07-17
using System; using Zirpl.AppEngine.Testing; using Zirpl.Examples.CodeGeneration.VS2013.Commerce.Model.Orders; namespace Zirpl.Examples.CodeGeneration.VS2013.Commerce.Tests.Orders { public partial class OrderEntityWrapper : EntityWrapper<Order> { } }
zirplsoftware/ZAppEngine
Zirpl.Examples.CodeGeneration.VS2013.Commerce.Tests.Common/_auto/Orders/OrderEntityWrapper.auto.cs
https://github.com/zirplsoftware/ZAppEngine/blob/HEAD/Zirpl.Examples.CodeGeneration.VS2013.Commerce.Tests.Common/_auto/Orders/OrderEntityWrapper.auto.cs
ghcode:00175:c7b344dc89d7
apache-2.0
codeparrot/github-code
c7b344dc89d72f7fd4f9ce9c8cca5b8510c7708f6746580b368c023f318917f5
0.75
testing_debugging_repair_refactoring
67
false
2026-07-17
// Copyright (c) 2002-2019 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
ali-ince/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests/Helpers/ExceptionHelperTests.cs
https://github.com/ali-ince/neo4j-dotnet-driver/blob/HEAD/Neo4j.Driver/Neo4j.Driver.Tests/Helpers/ExceptionHelperTests.cs
ghcode:00175:45c5813006ee
apache-2.0
codeparrot/github-code
45c5813006ee80d50a2c28dac4980ee43cff16f6cbf5dbc007585f5fd8f75f1b
0.85
testing_debugging_repair_refactoring
510
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.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using Microsoft.CodeAnalysi...
binsys/roslyn_java
Src/Compilers/CSharp/Source/Syntax/InternalSyntax/Lexer.Xml.cs
https://github.com/binsys/roslyn_java/blob/HEAD/Src/Compilers/CSharp/Source/Syntax/InternalSyntax/Lexer.Xml.cs
ghcode:00175:94dca40db3d6
apache-2.0
codeparrot/github-code
94dca40db3d658dab4073667dd5bb76a7154d17d52b2453f57de1f9609428360
0.85
testing_debugging_repair_refactoring
12,395
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. using System.Collections.Generic; using System.Linq; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Htt...
aspnet/AspNetCore
src/Http/Routing/test/UnitTests/RouteTest.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Http/Routing/test/UnitTests/RouteTest.cs
ghcode:00175:6b0b9dcf8209
apache-2.0
codeparrot/github-code
6b0b9dcf82098fa26e7a70da68b45df0082f604176fd3165e35e15816c6d4a42
0.82
testing_debugging_repair_refactoring
12,688
false
2026-07-17
using System; using System.Diagnostics; using Voron.Impl; using Voron.Impl.FileHeaders; namespace Voron.Data.BTrees { public unsafe class TreeMutableState { private readonly LowLevelTransaction _tx; public long BranchPages; public long LeafPages; public long OverflowPa...
myarichuk/Voron.Graph
imports/Voron/Data/BTrees/TreeMutableState.cs
https://github.com/myarichuk/Voron.Graph/blob/HEAD/imports/Voron/Data/BTrees/TreeMutableState.cs
ghcode:00175:538d856c6057
apache-2.0
codeparrot/github-code
538d856c605798e74221b39da0ce9992d2890e85bae16076418bd1f4ae3b8bdf
0.6
testing_debugging_repair_refactoring
702
false
2026-07-17
/* Primitive packet-generator example. Nik Sultana, Cambridge University Computer Lab, December 2016 Use of this source code is governed by the Apache 2.0 license; see LICENSE. */ using System; using System.Net.NetworkInformation; using PacketDotNet; using SharpPcap; using System.Diagnostics; using System.Threading; ...
niksu/pax
examples/Generator.cs
https://github.com/niksu/pax/blob/HEAD/examples/Generator.cs
ghcode:00175:be9fa400c1d2
apache-2.0
codeparrot/github-code
be9fa400c1d2ff55bcc060cc83522401b9ca06e82f3d4678bdbf209b40ba0a1e
0.7
testing_debugging_repair_refactoring
608
false
2026-07-17
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
PitneyBowes/LocationIntelligenceSDK-CSharp
src/pb.locationIntelligence.Test/Model/HousingThemeTests.cs
https://github.com/PitneyBowes/LocationIntelligenceSDK-CSharp/blob/HEAD/src/pb.locationIntelligence.Test/Model/HousingThemeTests.cs
ghcode:00175:dd33dea2f9e7
apache-2.0
codeparrot/github-code
dd33dea2f9e7b2350e0e39bc79b521c0dbdc9d17ac00117123b6563d771f3926
0.85
testing_debugging_repair_refactoring
618
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 ...
spring-projects/spring-net
test/Spring/Spring.Core.Tests/Objects/Factory/ObjectDefinitionStoreExceptionTests.cs
https://github.com/spring-projects/spring-net/blob/HEAD/test/Spring/Spring.Core.Tests/Objects/Factory/ObjectDefinitionStoreExceptionTests.cs
ghcode:00175:521158f55a83
apache-2.0
codeparrot/github-code
521158f55a8329ace7efb319e07a32200d80a98d51e9b5e2ffab86f4d2b16389
0.85
testing_debugging_repair_refactoring
714
false
2026-07-17
using System; using Xunit; namespace FluentCassandra.Connections { public class SingleServerManagerTests { [Fact] public void HasNextIsFalseAfterServerFailure() { var manager = new SingleServerManager(new ConnectionBuilder("Server=unit-test-1")); Assert.True(manager.HasNext, "SingleServerManage...
fluentcassandra/fluentcassandra
test/FluentCassandra.Tests/Connections/SingleServerManagerTests.cs
https://github.com/fluentcassandra/fluentcassandra/blob/HEAD/test/FluentCassandra.Tests/Connections/SingleServerManagerTests.cs
ghcode:00175:951c3d497be1
apache-2.0
codeparrot/github-code
951c3d497be1c5b27ada3ae08df4d130aee501e0005b1d9192817fd51ca3a7db
0.75
testing_debugging_repair_refactoring
121
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenCover.Test.Framework.Persistance; namespace OpenCover.Test.Samples { [TestClass] public class SimpleMsTest { [TestMethod] public void BasePers...
secdec/codepulse
dotnet-tracer/main/OpenCover.Test/Samples/SimpleMsTest.cs
https://github.com/secdec/codepulse/blob/HEAD/dotnet-tracer/main/OpenCover.Test/Samples/SimpleMsTest.cs
ghcode:00175:9d9a5f7c6ea1
apache-2.0
codeparrot/github-code
9d9a5f7c6ea18bbae2d55e18e4e95ef05a6864c4ac996a0fb42892b17a7ebfb3
0.75
testing_debugging_repair_refactoring
150
false
2026-07-17
using FakeHttp.Resources; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; namespace FakeHttp.NetCoreIntegrationTests { [TestClass] public class IntegrationTest { public TestContext TestContext { get; set; } ...
dkackman/FakeHttp
FakeHttp.NetCoreIntegrationTests/IntegrationTest.cs
https://github.com/dkackman/FakeHttp/blob/HEAD/FakeHttp.NetCoreIntegrationTests/IntegrationTest.cs
ghcode:00175:6f6c768eafc8
apache-2.0
codeparrot/github-code
6f6c768eafc8e0d1ac7dc9869c6d21ce63df2924e906c0d1fa7e47c3fc010edd
0.75
testing_debugging_repair_refactoring
286
false
2026-07-17
using System.Collections.Generic; using System.Linq.Expressions; namespace Qactive.Tests { internal sealed class TestExpressionVisitor : ExpressionVisitor { public IList<Expression> Visited { get; } = new List<Expression>(); public override Expression Visit(Expression node) { if (node != null) ...
RxDave/Qactive
Testing/Qactive.Tests/TestExpressionVisitor.cs
https://github.com/RxDave/Qactive/blob/HEAD/Testing/Qactive.Tests/TestExpressionVisitor.cs
ghcode:00175:1474892c69ce
apache-2.0
codeparrot/github-code
1474892c69cecbffb516d0fb15bec75a8607ecd57cc7f5a0a79a6866c31d0c3a
0.75
testing_debugging_repair_refactoring
84
false
2026-07-17
namespace Xunit.Faking.Moq.FakeApiSpecs { [Concern(typeof(Xunit.FakeApi))] public class Given_that_the_return_value_of_a_configured_parameterless_method_is_evaluated_by_a_function_when_the_configure_method_is_invoked : StaticContextSpecification { private IDependencyWithReturnValues _dependency; ...
BjRo/xunitbddextensions
Source/xUnit.BDDExtensions.Faking.Moq.Specs/Using_value_functions_for_generating_return_values_using_xunitbddextensions_api.cs
https://github.com/BjRo/xunitbddextensions/blob/HEAD/Source/xUnit.BDDExtensions.Faking.Moq.Specs/Using_value_functions_for_generating_return_values_using_xunitbddextensions_api.cs
ghcode:00175:c5c647ca821d
apache-2.0
codeparrot/github-code
c5c647ca821da6da73ed8b25eee22752b392f2cba84b167914b915be1a7e42da
0.6
testing_debugging_repair_refactoring
1,862
false
2026-07-17
using System; using System.Linq; using Ninject; namespace FluentAssertions.Ioc.Ninject.Internal { internal static class KernelExtensions { public static ActivationError GetSingleInstanceActivationError(this IKernel kernel, Type type) { ActivationError error = null; try...
kevinkuszyk/FluentAssertions.Ioc.Ninject
src/FluentAssertions.Ioc.Ninject/Internal/KernelExtensions.cs
https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/blob/HEAD/src/FluentAssertions.Ioc.Ninject/Internal/KernelExtensions.cs
ghcode:00175:908cdf58fc38
apache-2.0
codeparrot/github-code
908cdf58fc3873b4289bce169e6c6efaf886dc649d668c94f02079b8f6bf466e
0.6
testing_debugging_repair_refactoring
198
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using Cassandra.IntegrationTests.TestBase; namespace Cassandra.IntegrationTests.TestClusterManagement { /// <summary> /// Test Helper class for keeping track of multiple CCM (Cassandra Cluster ...
trurl123/csharp-driver
src/Cassandra.IntegrationTests/TestClusterManagement/TestClusterManager.cs
https://github.com/trurl123/csharp-driver/blob/HEAD/src/Cassandra.IntegrationTests/TestClusterManagement/TestClusterManager.cs
ghcode:00175:72cd2dd96ed6
apache-2.0
codeparrot/github-code
72cd2dd96ed64f1336d3a165356db53e8f15a74fd277544c3f0880a1f0313fd1
0.85
testing_debugging_repair_refactoring
1,243
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; namespace Thinktecture.IdentityServer.Tests { static class Extensions { public static void SetCookies(this HttpClient client, IEnumerable<Cooki...
maz100/Thinktecture.IdentityServer.v3
source/Tests/UnitTests/Extensions.cs
https://github.com/maz100/Thinktecture.IdentityServer.v3/blob/HEAD/source/Tests/UnitTests/Extensions.cs
ghcode:00175:b69342a0e58f
bsd-3-clause
codeparrot/github-code
b69342a0e58fbb302052c00f032b9368e78a3a23a0c029cfd19341185970bf76
0.85
testing_debugging_repair_refactoring
294
false
2026-07-17
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. namespace Moq { internal readonly struct Pair<T1, T2> { public readonly T1 Item1; public readonly T2 Item2; public Pair(T1 item1, ...
Moq/moq4
src/Moq/Pair.cs
https://github.com/Moq/moq4/blob/HEAD/src/Moq/Pair.cs
ghcode:00175:90a2b048d31f
bsd-3-clause
codeparrot/github-code
90a2b048d31fd94760974c74f07e843ba78bae64f335efef53568753e2ca7a9c
0.6
testing_debugging_repair_refactoring
156
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Xunit; namespace NAME.IntegrationTests { public class ManifestGeneratorTests : IClassFixture<ManifestGeneratorFileFixture> { public static ...
nosinovacao/name-sdk
integration-tests/NAME.IntegrationTests/ManifestGeneratorTests.cs
https://github.com/nosinovacao/name-sdk/blob/HEAD/integration-tests/NAME.IntegrationTests/ManifestGeneratorTests.cs
ghcode:00175:52b6c73dcedd
bsd-3-clause
codeparrot/github-code
52b6c73dcedd6ff9e8effbf589c0fc1af898dba90536c26ab012bc4c03b25d23
0.85
testing_debugging_repair_refactoring
1,590
false
2026-07-17
using System; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Shouldly.Tests.ShouldThrow { public class NestedAwaitsDoNotDeadlockScenario { [Fact] public void DelegateShouldDropSynchronisationContext() { // The await keyword will automatically ...
ankurMalhotra/shouldly
src/Shouldly.Tests/ShouldThrow/NestedAwaitsDoNotDeadlockScenario.cs
https://github.com/ankurMalhotra/shouldly/blob/HEAD/src/Shouldly.Tests/ShouldThrow/NestedAwaitsDoNotDeadlockScenario.cs
ghcode:00175:cb6febe4009a
bsd-3-clause
codeparrot/github-code
cb6febe4009a22403717ff546251c8bf4e7ef6b39209a05f0a782c0528affddb
0.7
testing_debugging_repair_refactoring
283
false
2026-07-17
using AnApiOfIceAndFire.Infrastructure.Versioning; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Internal; using Microsoft.Extensions.Primitives; using Xunit; namespace AnApiOfIceAndFire.Tests.Infrastructure.Versioning { public class AcceptHeaderVersionReaderTests { [Fact] p...
joakimskoog/AnApiOfIceAndFire
tests/AnApiOfIceAndFire.Tests/Infrastructure/Versioning/AcceptHeaderVersionReaderTests.cs
https://github.com/joakimskoog/AnApiOfIceAndFire/blob/HEAD/tests/AnApiOfIceAndFire.Tests/Infrastructure/Versioning/AcceptHeaderVersionReaderTests.cs
ghcode:00175:f4a98f4eab6b
bsd-3-clause
codeparrot/github-code
f4a98f4eab6b2ef0c51d4115b880ca43c4df319518019890cbfa04fd33c74af8
0.75
testing_debugging_repair_refactoring
432
false
2026-07-17
using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using BenchmarkDotNet.Extensions; using BenchmarkDotNet.Portability; using BenchmarkDotNet.Running; using JetBrains.Annotations; namespace BenchmarkDotNet.Toolchains.Roslyn { [PublicAPI] public class Generator : Gen...
alinasmirnova/BenchmarkDotNet
src/BenchmarkDotNet/Toolchains/Roslyn/Generator.cs
https://github.com/alinasmirnova/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Toolchains/Roslyn/Generator.cs
ghcode:00175:03f4d47e1ad4
mit
codeparrot/github-code
03f4d47e1ad4905046215dd92dcb78750b99efaf79df8b686c54d1d3aea3a0a3
0.75
testing_debugging_repair_refactoring
459
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 Microsoft.MixedReality.Toolkit.Utilities; using Microsoft.MixedReality.Toolkit.Utilities.Gltf.Serialization; using System; using UnityEngine; namespace Micros...
davidezordan/MixedRealitySamples
Two-hands manipulation - MRTKv2/Assets/MixedRealityToolkit.Examples/Demos/Gltf/Scripts/TestGlbLoading.cs
https://github.com/davidezordan/MixedRealitySamples/blob/HEAD/Two-hands manipulation - MRTKv2/Assets/MixedRealityToolkit.Examples/Demos/Gltf/Scripts/TestGlbLoading.cs
ghcode:00175:f32842443152
mit
codeparrot/github-code
f32842443152ccf3df3c9cc32b15b2bf7d4aca3529bc4460c29b74077b0d211b
0.85
testing_debugging_repair_refactoring
298
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Python.Runtime; namespace Python.EmbeddingTest { public class TestPyObject { [OneTimeSetUp] public void SetUp() { PythonEngine.Initialize(); } [OneTimeTearDown] ...
AlexCatarino/pythonnet
src/embed_tests/TestPyObject.cs
https://github.com/AlexCatarino/pythonnet/blob/HEAD/src/embed_tests/TestPyObject.cs
ghcode:00175:7c6441530ec5
mit
codeparrot/github-code
7c6441530ec5459a76b0cad71c16318a31a75da9e72866f097b65900c61fc4ae
0.75
testing_debugging_repair_refactoring
359
false
2026-07-17
using System; using System.Data.Entity; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using zvs.DataModel; using zvs.Fakes; namespace zvs.Processor.Tests { [TestClass] public class DeviceTypeBuilderTests { [TestMethod] ...
ruisebastiao/zVirtualScenes
zvs.Processor.Tests/DeviceTypeBuilderTests.cs
https://github.com/ruisebastiao/zVirtualScenes/blob/HEAD/zvs.Processor.Tests/DeviceTypeBuilderTests.cs
ghcode:00175:d63450587b8d
mit
codeparrot/github-code
d63450587b8d0077f7ba386331b4ea0d5371a4fa6c16321d873a65076de6bc31
0.85
testing_debugging_repair_refactoring
2,080
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenRiaServices.DomainServices.Tools.Test; using System.Reflection; using System.IO; using OpenRiaServices.DomainServices.Tools.TextTemplate.Test; namespace OpenRiaServices.D...
Daniel-Svensson/OpenRiaServices
OpenRiaServices.DomainServices.Tools.TextTemplate/Test/TestHelper.cs
https://github.com/Daniel-Svensson/OpenRiaServices/blob/HEAD/OpenRiaServices.DomainServices.Tools.TextTemplate/Test/TestHelper.cs
ghcode:00175:63b27fb42913
apache-2.0
codeparrot/github-code
63b27fb42913e1bd403d956f16556cc062a6e149b7c2f4820434bb5871163ef2
0.95
testing_debugging_repair_refactoring
1,961
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Senparc.CO2NET.Extensions; using Senparc.Weixin.Helpers; using Senparc.Weixin.TenPayV3.Apis; using Senparc.Weixin.TenPayV3.Apis.BasePay; using Senparc.Weixin.TenPayV3.Apis.PayScore; using Senparc.Weixin.TenPayV3.Entities; using Senparc.Weixin.TenPayV3.Helpers; ...
mc7246/WeiXinMPSDK
src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/PayScore/PayScoreApisTests.cs
https://github.com/mc7246/WeiXinMPSDK/blob/HEAD/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/PayScore/PayScoreApisTests.cs
ghcode:00175:9558ba81bec0
apache-2.0
codeparrot/github-code
9558ba81bec052304fec41b32c2cba9c28bec5ba9fc3a044a675696dc1124509
0.85
testing_debugging_repair_refactoring
4,776
false
2026-07-17
namespace AutoTest.ArgNullEx.Xunit { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using AutoTest.ArgNullEx.Filter; using global::Xunit; public class ExcludeAllAttributeShould { [Theory, AutoMock] public void BeACustomizatio...
AutoTestNET/AutoTest.ArgumentNullException
test/AutoTest.ArgumentNullException.Tests/Xunit/ExcludeAllAttributeShould.cs
https://github.com/AutoTestNET/AutoTest.ArgumentNullException/blob/HEAD/test/AutoTest.ArgumentNullException.Tests/Xunit/ExcludeAllAttributeShould.cs
ghcode:00175:17b203c91a23
apache-2.0
codeparrot/github-code
17b203c91a23aba80f2d0d8839e694f8374f438aa42de6b0fc0d536cbe061552
0.7
testing_debugging_repair_refactoring
1,085
false
2026-07-17
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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.or...
yfakariya/msgpack-rpc-cli
test/MsgPack.Rpc.UnitTest/Rpc/Protocols/SocketErrorCodeExtensionTest.cs
https://github.com/yfakariya/msgpack-rpc-cli/blob/HEAD/test/MsgPack.Rpc.UnitTest/Rpc/Protocols/SocketErrorCodeExtensionTest.cs
ghcode:00175:65d1be8e897f
apache-2.0
codeparrot/github-code
65d1be8e897f293e7ba957a4dae6d14516dcdce83a2a16263c3546bfce9a7523
0.7
testing_debugging_repair_refactoring
1,249
false
2026-07-17
using System; using System.Collections.Generic; namespace ExpandoDB.Tests { public static class TestUtils { public static Document CreateBook(string title, string author, DateTime? publishDate, int? rating, string description) { var document = new Document(); document._...
cris-almodovar/expando-db
ExpandoDB.Tests/TestUtils.cs
https://github.com/cris-almodovar/expando-db/blob/HEAD/ExpandoDB.Tests/TestUtils.cs
ghcode:00175:c4f1f20a57e6
apache-2.0
codeparrot/github-code
c4f1f20a57e69697edf3405df697e54f1e801762532eb2beb7cbc2bccf268a47
0.75
testing_debugging_repair_refactoring
150
false
2026-07-17
using System; using System.Linq; using System.Threading.Tasks; using LightBDD.Core.Extensibility; using LightBDD.Core.Results; using LightBDD.Framework; using LightBDD.Framework.Extensibility; using LightBDD.UnitTests.Helpers; using LightBDD.UnitTests.Helpers.TestableIntegration; using NUnit.Framework; #pragma warning...
Suremaker/LightBDD
test/LightBDD.Core.UnitTests/CoreBddRunner_invalid_step_handling_tests.cs
https://github.com/Suremaker/LightBDD/blob/HEAD/test/LightBDD.Core.UnitTests/CoreBddRunner_invalid_step_handling_tests.cs
ghcode:00175:44f3b27c58c2
bsd-2-clause
codeparrot/github-code
44f3b27c58c28056d9b69006f57039a2d2a5346f69e0ef2430d74f0319f2f860
0.68
testing_debugging_repair_refactoring
734
false
2026-07-17
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.IO; using Microsoft.Azure.WebJobs.Script.Eventing; using Microsoft.Extensions.Options; using Xunit; namespace Microsoft.Azure.WebJobs.Scrip...
Azure/azure-webjobs-sdk-script
test/WebJobs.Script.Tests/Diagnostics/DebugStateProviderTests.cs
https://github.com/Azure/azure-webjobs-sdk-script/blob/HEAD/test/WebJobs.Script.Tests/Diagnostics/DebugStateProviderTests.cs
ghcode:00175:60f0a84f8e67
mit
codeparrot/github-code
60f0a84f8e67e60604c17b4805278802cdbe110012324135862caf5fb08a9f33
0.75
testing_debugging_repair_refactoring
567
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="RoutingTagTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>no summary</summary> //----------------------------------------...
jonnybee/csla
Source/csla.netcore.test/DataPortal/RoutingTagTests.cs
https://github.com/jonnybee/csla/blob/HEAD/Source/csla.netcore.test/DataPortal/RoutingTagTests.cs
ghcode:00175:aac1eaca2772
mit
codeparrot/github-code
aac1eaca27728908cc7bd4b3911bb3a612c6daa5a1fb2499a9df33f1ce0a7e93
0.85
testing_debugging_repair_refactoring
737
false
2026-07-17
//Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD //http://code.google.com/p/moq/ //All rights reserved. //Redistribution and use in source and binary forms, //with or without modification, are permitted provided //that the following conditions are met: // * Redistributions o...
tectronics/moq
Source/SetterMethodCall.cs
https://github.com/tectronics/moq/blob/HEAD/Source/SetterMethodCall.cs
ghcode:00175:08a72240fcdb
bsd-3-clause
codeparrot/github-code
08a72240fcdb11b5c81003f15bddb893f1d044f2fe97af886c3ce15e49f975a0
0.7
testing_debugging_repair_refactoring
646
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using NUnit.Framework; using NServiceKit.Common.Extensions; using NServiceKit.Text; //Shows how to easily migrated data from an old version of the schema to a new one //New schema types used in this example namespace NServiceKit.Redis.Tests.Ex...
nataren/NServiceKit.Redis
tests/NServiceKit.Redis.Tests/Examples/BestPractice/BlogPostMigrations.cs
https://github.com/nataren/NServiceKit.Redis/blob/HEAD/tests/NServiceKit.Redis.Tests/Examples/BestPractice/BlogPostMigrations.cs
ghcode:00175:8b07240ea16f
bsd-3-clause
codeparrot/github-code
8b07240ea16fc076c773eecf9751c817d1a0b21d3f36e643816406a472053f32
0.85
testing_debugging_repair_refactoring
2,128
false
2026-07-17
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Phil Garcia (tgiphil) <phil@thinkedge.com> * Michael Ruck (grover) <sharpos@michaelruck.de> */ using System; using System.Diagnostics; namespace Mosa.Compiler.Metadata { public se...
modulexcite/MOSA-Project
Source/Mosa.Compiler.Metadata/SignatureReader.cs
https://github.com/modulexcite/MOSA-Project/blob/HEAD/Source/Mosa.Compiler.Metadata/SignatureReader.cs
ghcode:00175:ea5c8fdf390d
bsd-3-clause
codeparrot/github-code
ea5c8fdf390da062813ccd527fca6ba2ba46ea8e3da424557e672fef42e9be63
0.85
testing_debugging_repair_refactoring
1,113
false
2026-07-17
using System; using System.IO; using Rhino.Licensing.AdminTool.Model; using Rhino.Licensing.AdminTool.Services; using Xunit; namespace Rhino.Licensing.AdminTool.Tests.Services { public class ProjectServiceTests { [Fact] public void Can_Save_Project() { var p = CreateNewPr...
ayende/rhino-licensing
Rhino.Licensing.AdminTool.Tests/Services/ProjectServiceTests.cs
https://github.com/ayende/rhino-licensing/blob/HEAD/Rhino.Licensing.AdminTool.Tests/Services/ProjectServiceTests.cs
ghcode:00175:828bb39314db
bsd-3-clause
codeparrot/github-code
828bb39314db33853bbe5123c6ea8c7b7235d2645a7d52730561da2e55db4051
0.75
testing_debugging_repair_refactoring
539
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using Xunit; namespace Humanizer.Tests { [UseCulture("en-US")] public class MetricNumeralTests { // Return a sequence of -24 -> 26 public static IEnumerable<object[]> Sy...
hazzik/Humanizer
src/Humanizer.Tests.Shared/MetricNumeralTests.cs
https://github.com/hazzik/Humanizer/blob/HEAD/src/Humanizer.Tests.Shared/MetricNumeralTests.cs
ghcode:00175:8640289cedc6
mit
codeparrot/github-code
8640289cedc6c25f6e9ca1dc12ff7e57beeedc73ffb248ada4af8c467f118a64
0.85
testing_debugging_repair_refactoring
3,290
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...
StefanoRaggi/Lean
Tests/Optimizer/Parameters/OptimizationParameterTests.cs
https://github.com/StefanoRaggi/Lean/blob/HEAD/Tests/Optimizer/Parameters/OptimizationParameterTests.cs
ghcode:00175:21967675403d
apache-2.0
codeparrot/github-code
21967675403d2d8c2d5fee48edae3d896b8887b7de8220cc41129b3bad0701bb
0.75
testing_debugging_repair_refactoring
1,924
false
2026-07-17
using NUnit.Framework; using Umbraco.Tests.TestHelpers; using Umbraco.Web.Routing; using umbraco.BusinessLogic; using umbraco.cms.businesslogic.template; namespace Umbraco.Tests.Routing { [TestFixture] public class ContentFinderByIdTests : BaseRoutingTest { /// <summary> /// We don't need a db for t...
dampee/Umbraco-CMS
src/Umbraco.Tests/Routing/ContentFinderByIdTests.cs
https://github.com/dampee/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Routing/ContentFinderByIdTests.cs
ghcode:00175:8c2b400ce1f3
mit
codeparrot/github-code
8c2b400ce1f3ca9d3f86e4f8ea0b59514dbff5f3234cb7e73e41911c34aa8a42
0.85
testing_debugging_repair_refactoring
264
false
2026-07-17
using System.Linq; using Stratis.Bitcoin.Tests.Common; using Xunit; namespace NBitcoin.Tests { public class sigopcount_tests { [Fact] [Trait("Core", "Core")] public void GetSigOpCount() { // Test CScript::GetSigOpCount() var s1 = new Script(); ...
Neurosploit/StratisBitcoinFullNode
src/NBitcoin.Tests/sigopcount_tests.cs
https://github.com/Neurosploit/StratisBitcoinFullNode/blob/HEAD/src/NBitcoin.Tests/sigopcount_tests.cs
ghcode:00175:1f0a77f4fadd
mit
codeparrot/github-code
1f0a77f4fadd8c0323d60d7cda58ad3a4f98317eebb84019da88ed95714140c4
0.75
testing_debugging_repair_refactoring
488
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.Binary.Base64Experimental; using System.Buffers.Writer; using System.Collections.Generic; using System....
adamsitnik/corefxlab
tests/System.Buffers.ReaderWriter.Tests/BufferWriterTests_sequence.cs
https://github.com/adamsitnik/corefxlab/blob/HEAD/tests/System.Buffers.ReaderWriter.Tests/BufferWriterTests_sequence.cs
ghcode:00175:cabdf0bccfdf
mit
codeparrot/github-code
cabdf0bccfdf49f8a0fccd0ffd849410f759cb36b2472878d043687ad75d29db
0.85
testing_debugging_repair_refactoring
634
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.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using ...
tijoytom/corefx
src/CoreFx.Private.TestUtilities/src/System/Diagnostics/RemoteExecutorTestBase.Process.cs
https://github.com/tijoytom/corefx/blob/HEAD/src/CoreFx.Private.TestUtilities/src/System/Diagnostics/RemoteExecutorTestBase.Process.cs
ghcode:00175:1e3e59b62b04
mit
codeparrot/github-code
1e3e59b62b044c965065f30ebd6e59e09bb0cddad5e55828f5ba7d7e4936dc02
0.95
testing_debugging_repair_refactoring
791
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 Xunit; namespace System.IO.Tests { public class FileStream_ctor_str_fm_fa : FileStream_ctor_str_fm { protected ov...
heXelium/corefx
src/System.IO.FileSystem/tests/FileStream/ctor_str_fm_fa.cs
https://github.com/heXelium/corefx/blob/HEAD/src/System.IO.FileSystem/tests/FileStream/ctor_str_fm_fa.cs
ghcode:00175:18eb44f3ad9b
mit
codeparrot/github-code
18eb44f3ad9b65ba95757556ea4d03726be981259b7829c013c9741f84acd932
0.95
testing_debugging_repair_refactoring
673
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Globalization.Tests { public class NumberFormatInfoPercentDecimalDigits { ...
iamjasonp/corefx
src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoPercentDecimalDigits.cs
https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoPercentDecimalDigits.cs
ghcode:00175:ece126f942a7
mit
codeparrot/github-code
ece126f942a732e2a1b4919b28ce829e59411115a696a039956e44ef79973c8c
0.95
testing_debugging_repair_refactoring
263
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.Text; using System.Globalization; using Xunit; public static class StringBuilderTests { [Fact] public static void TestToString() ...
vs-team/corefx
src/System.Runtime/tests/System/Text/StringBuilder.cs
https://github.com/vs-team/corefx/blob/HEAD/src/System.Runtime/tests/System/Text/StringBuilder.cs
ghcode:00175:9965986c8a2e
mit
codeparrot/github-code
9965986c8a2ecfa59f74969c18a9677676bc9ffdc11114b55e7c0849fefe3750
0.95
testing_debugging_repair_refactoring
1,791
false
2026-07-17
using Sniper.Common; using Sniper.Http; using Sniper.TargetProcess.Routes; using Xunit; namespace Sniper.Tests.CRUD.Read.Common.Practices { public class ReadPracticeTests { [Fact] public void PracticeThrowsError() { var client = new TargetProcessClient { ...
bluetread/sniper
Sniper.Tests/CRUD/Read/Common/Practices/ReadPracticeTests.cs
https://github.com/bluetread/sniper/blob/HEAD/Sniper.Tests/CRUD/Read/Common/Practices/ReadPracticeTests.cs
ghcode:00175:bf275039155e
mit
codeparrot/github-code
bf275039155e59fd5f7c43c7d69a46eca3e2088a963c685cccce0c9e9bf6795f
0.75
testing_debugging_repair_refactoring
108
false
2026-07-17
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; namespace Dapplo.Jira.Tests; public class SessionTests : TestBase { public Sess...
dapplo/Dapplo.Jira
src/Dapplo.Jira.Tests/SessionTests.cs
https://github.com/dapplo/Dapplo.Jira/blob/HEAD/src/Dapplo.Jira.Tests/SessionTests.cs
ghcode:00175:1716dfb843ed
mit
codeparrot/github-code
1716dfb843ed788021c681bd48886d5877d8ba7dcce3cec78fe8adcf4b1f9f57
0.85
testing_debugging_repair_refactoring
199
false
2026-07-17
using System; using FluentAssertions; using Light.GuardClauses.Exceptions; using Xunit; namespace Light.GuardClauses.Tests.StringAssertions; public static class MustNotBeNullOrWhiteSpaceTests { [Fact] public static void StringIsNull() { Action act = () => ((string) null).MustNotBeNullOrWhiteSpace...
feO2x/Light.GuardClauses
Code/Light.GuardClauses.Tests/StringAssertions/MustNotBeNullOrWhiteSpaceTests.cs
https://github.com/feO2x/Light.GuardClauses/blob/HEAD/Code/Light.GuardClauses.Tests/StringAssertions/MustNotBeNullOrWhiteSpaceTests.cs
ghcode:00175:80ca4f529a7d
mit
codeparrot/github-code
80ca4f529a7d7595731de8fda4c35986a51c8d1098c56b090d2e7535fe09878b
0.75
testing_debugging_repair_refactoring
559
false
2026-07-17
using NUnit.Framework; namespace SocialToolBox.Core.Tests { [TestFixture] public sealed class pair { [Test] public void strings() { var p = Pair.Make("a", "b"); Assert.AreEqual("a", p.First); Assert.AreEqual("b", p.Second); } [Te...
VictorNicollet/SocialToolBox
SocialToolBox.Core.Tests/pair.cs
https://github.com/VictorNicollet/SocialToolBox/blob/HEAD/SocialToolBox.Core.Tests/pair.cs
ghcode:00175:7b19d2dd32e2
mit
codeparrot/github-code
7b19d2dd32e244d5e0baef53450a8ba038c7fde2bd6043c8f93bd80d177a859c
0.6
testing_debugging_repair_refactoring
122
false
2026-07-17
using UnityEngine; using NUnit.Framework; namespace Reduxity.Example.PlayerMovement.Tests { [TestFixture] public class StoreTests { private App app_; [SetUpAttribute] public void Init() { app_ = new App(); app_.Initialize(); } [TearDownAttribute] public void Dispose() { app_ = null; } ...
austinmao/reduxity
Assets/Scripts/ReduxMovementExample/Tests/Editor/Redux/ReduxMovementStoreTests.cs
https://github.com/austinmao/reduxity/blob/HEAD/Assets/Scripts/ReduxMovementExample/Tests/Editor/Redux/ReduxMovementStoreTests.cs
ghcode:00175:8086e14640c4
mit
codeparrot/github-code
8086e14640c46915ff4a0ec907593ec2ad4491de8d4e67c423ab2d1e92808d34
0.85
testing_debugging_repair_refactoring
164
false
2026-07-17
using Xunit; namespace OpenGamingLibrary.Numerics.Test { public class ToStringTest { [Fact] public void VerySimple() { BigInteger BigInteger = new BigInteger(11); Assert.Equal(BigInteger.ToString(), "11"); } [Fact] public void Simple() { BigInteger BigInteger = new BigInteger(12345670); ...
extesla/OpenGamingLibrary
Source/test/OpenGamingLibrary.Numerics.Test/ToStringTest.cs
https://github.com/extesla/OpenGamingLibrary/blob/HEAD/Source/test/OpenGamingLibrary.Numerics.Test/ToStringTest.cs
ghcode:00175:a4f146a10f52
mit
codeparrot/github-code
a4f146a10f52304633770e42d8c9d74b76073895dd09b593a816f8521ce1b16a
0.85
testing_debugging_repair_refactoring
628
false
2026-07-17
// Copyright (c) Jeremy W. Kuhne. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using FluentAssertions; using System; using System.Collections.Generic; using WInterop.Com; using WInterop.Com.Native; using WInterop.Errors; using WInt...
JeremyKuhne/WInterop
src/Tests/WInterop.Tests/Com/TypeInfoTests.cs
https://github.com/JeremyKuhne/WInterop/blob/HEAD/src/Tests/WInterop.Tests/Com/TypeInfoTests.cs
ghcode:00175:e11299001524
mit
codeparrot/github-code
e11299001524ac662b73c2a156ef76d7691e98c3fdcb18bb54e1ccc341c1a52d
0.95
testing_debugging_repair_refactoring
1,960
false
2026-07-17
using CorvallisBus.Core.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CorvallisBus.Core.Models.Connexionz; using CorvallisBus.Core.Models.GoogleTransit; using CorvallisBus.Core.DataAccess; using Newtonsoft.Json; using System.Diagnostics; using System.Net...
RikkiGibson/Corvallis-Bus-Server
CorvallisBus.Core/WebClients/TransitClient.cs
https://github.com/RikkiGibson/Corvallis-Bus-Server/blob/HEAD/CorvallisBus.Core/WebClients/TransitClient.cs
ghcode:00175:40ef94015b29
mit
codeparrot/github-code
40ef94015b29ef5426efa2d8da516129c3c1dc8af4256cac1d95600b47346f45
0.7
testing_debugging_repair_refactoring
1,850
false
2026-07-17
using System; using CSharpVerbalExpressions; using NUnit.Framework; namespace VerbalExpressionsUnitTests { [Microsoft.VisualStudio.TestTools.UnitTesting.TestClass] public class AddModifierTests { [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethod] public void AddModifier_...
KeineKreativitat/CSharpVerbalExpressions
CSharpTest/AddModifierTests.cs
https://github.com/KeineKreativitat/CSharpVerbalExpressions/blob/HEAD/CSharpTest/AddModifierTests.cs
ghcode:00175:b31c06a849eb
mit
codeparrot/github-code
b31c06a849ebcc03a7dc6e56ebf795cae2e5f623d13f7c5aab14b38271293dd3
0.85
testing_debugging_repair_refactoring
397
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Linq; using System.Net; using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting.Server.Fe...
AsrOneSdk/azure-sdk-for-net
sdk/core/Azure.Core.TestFramework/src/TestServer.cs
https://github.com/AsrOneSdk/azure-sdk-for-net/blob/HEAD/sdk/core/Azure.Core.TestFramework/src/TestServer.cs
ghcode:00175:cccd1ae99c48
mit
codeparrot/github-code
cccd1ae99c4823ba74d54b4c0d7a0e66bbb5d91dba47a09c339006305c719197
0.85
testing_debugging_repair_refactoring
347
false
2026-07-17
namespace R3.Geometry { using Math = System.Math; using R3.Core; using R3.Math; using System.Collections.Generic; using System.Diagnostics; using System.Linq; public enum SegmentType { Line, Arc } public class Segment : ITransformable { public SegmentType Type { get; set; } public Vector3D P1 { ge...
roice3/MagicTile
R3/R3.Core/Geometry/Polygon.cs
https://github.com/roice3/MagicTile/blob/HEAD/R3/R3.Core/Geometry/Polygon.cs
ghcode:00175:8ceec19599c7
mit
codeparrot/github-code
8ceec19599c7f82b5664babaec3e50d0ec079eb8fa33ca7494641e4207c8fc35
0.7
testing_debugging_repair_refactoring
9,782
false
2026-07-17
using Demic.Enums; using Demic.Classes; using Demic.Managers; using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; namespace DemicTest { [TestClass] public class PlayerManagerTests { ILocationManager locationManager; [TestI...
BeastNaylor/Demic
DemicTest/PlayerManagerTests.cs
https://github.com/BeastNaylor/Demic/blob/HEAD/DemicTest/PlayerManagerTests.cs
ghcode:00175:458342000d04
mit
codeparrot/github-code
458342000d047e544c4a75a93df18509aeabfebaab202bf57e07dc115a2f48f5
0.75
testing_debugging_repair_refactoring
558
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.IO.Json; using Neo.SmartContract; using System; namespace Neo.UnitTests.IO { [TestClass] public class UT_JString { [TestMethod] public void TestConstructor() { string s = "hello world"; JString jst...
AntShares/AntShares
tests/neo.UnitTests/IO/Json/UT_JString.cs
https://github.com/AntShares/AntShares/blob/HEAD/tests/neo.UnitTests/IO/Json/UT_JString.cs
ghcode:00175:e60e97e00014
mit
codeparrot/github-code
e60e97e000148273801d71397025f80f9bb29915f5f78ebaacffb2b326b46711
0.6
testing_debugging_repair_refactoring
391
false
2026-07-17
using System; using NUnit.Framework; namespace FileHelpers.Tests.CommonTests { [TestFixture] public class ReadersAsDataTable { [Test] public void ReadFile() { var engine = new FileHelperEngine<SampleType>(); var records = (SampleType[]) engine.Re...
MarcosMeli/FileHelpers
FileHelpers.Tests/Tests/Common/ReadersAsDataTable.cs
https://github.com/MarcosMeli/FileHelpers/blob/HEAD/FileHelpers.Tests/Tests/Common/ReadersAsDataTable.cs
ghcode:00175:306434460028
mit
codeparrot/github-code
306434460028091100fd2187a448793e8518375d09041b086f59c0f8172d6cec
0.85
testing_debugging_repair_refactoring
559
false
2026-07-17
using CharacterGen.CharacterClasses; using CharacterGen.Domain.Tables; using CharacterGen.Feats; using NUnit.Framework; using TreasureGen.Items; namespace CharacterGen.Tests.Integration.Tables.Feats { [TestFixture] public class RequiredFeatsTests : CollectionTests { protected override string table...
DnDGen/CharacterGen
CharacterGen.Tests.Integration.Tables/Feats/RequiredFeatsTests.cs
https://github.com/DnDGen/CharacterGen/blob/HEAD/CharacterGen.Tests.Integration.Tables/Feats/RequiredFeatsTests.cs
ghcode:00175:11589ba92923
mit
codeparrot/github-code
11589ba9292396458dc07b46f72e804cf9a1b6f84c4e5986ac7d098b0a9ed6bc
0.75
testing_debugging_repair_refactoring
2,435
false
2026-07-17
using System; using System.Collections.Generic; using Zenject; using NUnit.Framework; using ModestTree; using Assert=ModestTree.Assert; namespace Zenject.Tests.BindFeatures { [TestFixture] public class TestWithArguments : ZenjectUnitTestFixture { [Test] public void Test1() { ...
skahal/Buildron-Classic-Mods
src/Solution/Zenject/OptionalExtras/UnitTests/Editor/BindFeatures/TestWithArguments.cs
https://github.com/skahal/Buildron-Classic-Mods/blob/HEAD/src/Solution/Zenject/OptionalExtras/UnitTests/Editor/BindFeatures/TestWithArguments.cs
ghcode:00175:85998804a9b7
mit
codeparrot/github-code
85998804a9b7d8492ed868fb127e2848af23381b4489d1515d78fe66f76f7f8d
0.75
testing_debugging_repair_refactoring
314
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using ProgramUpdated; namespace SharpCover.Tests { [TestFixture] public class CoverageResultsSumarizerTest { private CoverageResultsSummarize...
aallfredo/SharpCover
SharpCover/ProgramTestsUpdated/CoverageResultsSumarizerTest.cs
https://github.com/aallfredo/SharpCover/blob/HEAD/SharpCover/ProgramTestsUpdated/CoverageResultsSumarizerTest.cs
ghcode:00175:360438ccd3e7
mit
codeparrot/github-code
360438ccd3e7f7dfe252057710d42ac14a7922ecc188d4da25f71167fe1500a3
0.6
testing_debugging_repair_refactoring
184
false
2026-07-17
using hw.DebugFormatter; using hw.Scanner; using hw.Tests.CompilerTool.Util; using hw.UnitTest; // ReSharper disable CheckNamespace namespace hw.Tests.CompilerTool { static class ParserUtil { internal static void ParseAndCheck(string text, string expectedResultDump, int stackFrameDepth = 0) { ...
hahoyer/HWClassLibrary.cs
src/Tester/Tests/CompilerTool/ParserUtil.cs
https://github.com/hahoyer/HWClassLibrary.cs/blob/HEAD/src/Tester/Tests/CompilerTool/ParserUtil.cs
ghcode:00175:c6296ba514e2
mit
codeparrot/github-code
c6296ba514e2d40ef20cc978130f4dcafa914e1531587c438f59bc31238e167c
0.85
testing_debugging_repair_refactoring
221
false
2026-07-17
/************************************** * FILE: DirectoryXmlTest.cs * DATE: 05.01.2010 10:22:56 * AUTHOR: Raphael B. Estrada * AUTHOR URL: http://www.galaktor.net * AUTHOR E-MAIL: galaktor@gmx.de * * The MIT License * * Copyright (c) 2010 Raphael B. Estrada * Author UR...
galaktor/ngin
src/ngin.core.test/DirectoryXmlTest.cs
https://github.com/galaktor/ngin/blob/HEAD/src/ngin.core.test/DirectoryXmlTest.cs
ghcode:00175:c0791133b7d4
mit
codeparrot/github-code
c0791133b7d4c71a7662286cb913cbff3cdc5d2f8727c307596c4b61a7184df3
0.85
testing_debugging_repair_refactoring
3,594
false
2026-07-17
namespace Macabre2D.Tests { using Macabre2D.Framework; using Microsoft.Xna.Framework; using NUnit.Framework; [TestFixture] public static class VectorExtensionsTests { [Test] [Category("Unit Test")] [TestCase(1f, 0f, 0f, 1f, 90f)] [TestCase(1f, 0f, -1f, 0f, 180f)] ...
BrettMStory/Rambler2D
Tests/VectorExtensionsTests.cs
https://github.com/BrettMStory/Rambler2D/blob/HEAD/Tests/VectorExtensionsTests.cs
ghcode:00175:4a51d46ed38c
mit
codeparrot/github-code
4a51d46ed38c6b4d65d9aefbc625d706fe2b4029bc4587e810cdf4c9fcd730d2
0.75
testing_debugging_repair_refactoring
259
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using JohnLambe.Util.Collections; using System.Reflection; using JohnLambe.Util.Reflection; namespace JohnLambe.Tests.JLUtilsTest.Reflection { [T...
JohnLambe/JLCSUtils
JLCSUtils/JLUtilsTest/Reflection/PropertyInfoExtensionTest.cs
https://github.com/JohnLambe/JLCSUtils/blob/HEAD/JLCSUtils/JLUtilsTest/Reflection/PropertyInfoExtensionTest.cs
ghcode:00175:f753bef5194b
mit
codeparrot/github-code
f753bef5194b087232f82472a1f6f820ed5698c32767c5cb10357f058890273a
0.85
testing_debugging_repair_refactoring
614
false
2026-07-17
using SolrExpress.Core.Search.Interceptor; using System; using Xunit; namespace SolrExpress.Core.UnitTests.Search.Interceptor { public class SimpleLogInFileQueryInterceptorTests { /// <summary> /// Where Using a SimpleLogInFileQueryInterceptor instance /// When Creating class with...
ca0abinary/solr-express
test/SolrExpress.Core.UnitTests/Search/Interceptor/SimpleLogInFileQueryInterceptorTests.cs
https://github.com/ca0abinary/solr-express/blob/HEAD/test/SolrExpress.Core.UnitTests/Search/Interceptor/SimpleLogInFileQueryInterceptorTests.cs
ghcode:00175:94662db31b5a
mit
codeparrot/github-code
94662db31b5a52ec83b057efb41da6d508dfeb5f01b845291d61c8e116be3b70
0.85
testing_debugging_repair_refactoring
214
false
2026-07-17
namespace wuanLua.Test { using NUnit.Framework; using System.Text; using UnityEngine; using wuanLua; [TestFixture] public class Test_LuaBind { LuaState _luaState; [OneTimeSetUp] public void Start() { } [OneTimeTearDown] public void End() { } [SetUp] public void PreTest() { _luaSta...
WUTiAM/wutLua
Assets/wutLua/Editor/UnitTests/Test_LuaBind.cs
https://github.com/WUTiAM/wutLua/blob/HEAD/Assets/wutLua/Editor/UnitTests/Test_LuaBind.cs
ghcode:00175:8fe222e361ff
mit
codeparrot/github-code
8fe222e361ff00f505d50034dbcbc5cd36a18691a96e8740488de5b064f211c0
0.75
testing_debugging_repair_refactoring
1,737
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...
joshball/Lucene.In.Action.NET
vendor/lucene.net/test/core/Search/TestSimpleExplanations.cs
https://github.com/joshball/Lucene.In.Action.NET/blob/HEAD/vendor/lucene.net/test/core/Search/TestSimpleExplanations.cs
ghcode:00175:48b3884fdf55
mit
codeparrot/github-code
48b3884fdf556e5f32694c90ec838c76d5fe242ac6e2bb710acb3b09078c6a51
0.95
testing_debugging_repair_refactoring
4,196
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; using NBitcoin; using Stratis.Bitcoin.Configuration; using Stratis.Bitcoin.Consensus; using Stratis.Bitcoin.Consensus.Rules; using Stratis.Bitcoin.Features.PoA.ConsensusRules; using Xunit; namespace Stratis.Bitcoin.Features.PoA.Tests.Rules { publi...
Aprogiena/StratisBitcoinFullNode
src/Stratis.Bitcoin.Features.PoA.Tests/Rules/PoAHeaderSignatureRuleTests.cs
https://github.com/Aprogiena/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.Features.PoA.Tests/Rules/PoAHeaderSignatureRuleTests.cs
ghcode:00175:c399585fe9e6
mit
codeparrot/github-code
c399585fe9e69b12f8ac49be572ada62db8cc72c1d4c8b6548151d6f2c65c712
0.75
testing_debugging_repair_refactoring
328
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ESharp.Core.Tests { [TestClass] public class FactorialTests { [TestMethod] public void Factorial_Test() { var res = ResourceParser.LoadModule("ESharp.Core.Tests.Simple.factorial.erl"); ...
zdeneksejcek/esharp
ESharp.Core/ESharp.Core.Tests/FactorialTests.cs
https://github.com/zdeneksejcek/esharp/blob/HEAD/ESharp.Core/ESharp.Core.Tests/FactorialTests.cs
ghcode:00175:6d87cefe84f3
mit
codeparrot/github-code
6d87cefe84f36dc8ac2d83a10cb38f0847b959b69998b73efc18bec7e846eaa7
0.75
testing_debugging_repair_refactoring
67
false
2026-07-17
using System; using System.Collections.Generic; using Microsoft.Reactive.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Linq; using System.Reactive.Linq; using Kirinji.ReactiveTree.TreeStructures; using Kirinji.ReactiveTree.Merging; using Kirinji.LightWands; using Kirinji.LightWands.Tests; ...
syo00/ReactiveTree
ReactiveTree.Test/TreeElementNotifierTest.cs
https://github.com/syo00/ReactiveTree/blob/HEAD/ReactiveTree.Test/TreeElementNotifierTest.cs
ghcode:00175:954d0a0dc106
mit
codeparrot/github-code
954d0a0dc106b3cf7783fb7c701c63e923aa646285b8b09dc72f5681021092c8
0.7
testing_debugging_repair_refactoring
2,610
false
2026-07-17
using System; using NUnit.Framework; using FluentAssertions; using Voltmeter.Tests.Helpers; namespace Voltmeter.Model { [TestFixture] public class ElectricReadingsTests { const double TOLERANCE = 0.000000000000001; static readonly DateTimeOffset T1 = DateTimeOffset.UtcNow; static ...
neremin/USB_Voltmeter
Voltmeter.Tests/Model/ElectricReadingsTests.cs
https://github.com/neremin/USB_Voltmeter/blob/HEAD/Voltmeter.Tests/Model/ElectricReadingsTests.cs
ghcode:00175:46dcb26f3c54
mit
codeparrot/github-code
46dcb26f3c5485747c045ab76f0c0d3d9aa99763b1ca80c16d97ce9642d73bfd
0.85
testing_debugging_repair_refactoring
2,366
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using NUnit.Framework; using Mono.Cecil; using Mono.Cecil.Rocks; namespace NRoles.Engine.Test { public class AssemblyAccessor { private static string _assemblyLocatio...
xingh/nroles
src/NRoles.Engine.Test/AssemblyAccessor.cs
https://github.com/xingh/nroles/blob/HEAD/src/NRoles.Engine.Test/AssemblyAccessor.cs
ghcode:00175:69e26dd72b66
mit
codeparrot/github-code
69e26dd72b66e8d7445d1b9a5cea00b704a1c5cba8a8f02d6564eb2d63737310
0.75
testing_debugging_repair_refactoring
346
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline; using Azure.Core.Tes...
AsrOneSdk/azure-sdk-for-net
sdk/textanalytics/Azure.AI.TextAnalytics/tests/AnalyzeOperationMockTests.cs
https://github.com/AsrOneSdk/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/AnalyzeOperationMockTests.cs
ghcode:00175:e045a49b9cd7
mit
codeparrot/github-code
e045a49b9cd7499091231974980cc1f49d75c5376291fdbcb8121f1a53fddf92
0.95
testing_debugging_repair_refactoring
8,235
false
2026-07-17