text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using Xunit; namespace LinkedList_LinkedListNodeTests { /// <summary> /// Tests that ...
vs-team/corefx
src/System.Collections/tests/Generic/LinkedList/LinkedListNodeTests.cs
https://github.com/vs-team/corefx/blob/HEAD/src/System.Collections/tests/Generic/LinkedList/LinkedListNodeTests.cs
ghcode:00169:1b3534c53237
mit
codeparrot/github-code
1b3534c53237f884aa271b8bf857ce162de3db4eb1f05ea4d172853b28975355
0.95
testing_debugging_repair_refactoring
803
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.IO; using Xunit; namespace System.ComponentModel.Design.Serialization.Tests...
shimingsg/corefx
src/System.ComponentModel.TypeConverter/tests/Design/Serialization/SerializationStoreTests.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.ComponentModel.TypeConverter/tests/Design/Serialization/SerializationStoreTests.cs
ghcode:00169:625b0bc0c877
mit
codeparrot/github-code
625b0bc0c8779a70b52d2215d743c916c4903728750a1fde08d0a92fcb964698
0.95
testing_debugging_repair_refactoring
253
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.Text.Tests { public class UnicodeEncodingGetDecoder { [Fact] ...
iamjasonp/corefx
src/System.Text.Encoding/tests/UnicodeEncoding/UnicodeEncodingGetDecoder.cs
https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Text.Encoding/tests/UnicodeEncoding/UnicodeEncodingGetDecoder.cs
ghcode:00169:29b23b93d4e8
mit
codeparrot/github-code
29b23b93d4e8acabaa6dc6d903c45a7300a469b0ce82ce1f0acd7d2f3d48f9a7
0.95
testing_debugging_repair_refactoring
208
false
2026-07-17
namespace HashSetTests { using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Problems.CustomHashSet; using Problems.HashTable; [TestClass] public class HashSetTests { [TestMethod] public void AddMethodShouldAddAnElementIfItDoesNotExistInTheSet() ...
b-slavov/Telerik-Software-Academy
12.Data Structures and Algorithms/04.Dictionaries-Hash-Tables-and-Sets/DictionariesHashtablesAndSets/HashSetTests/HashSetTests.cs
https://github.com/b-slavov/Telerik-Software-Academy/blob/HEAD/12.Data Structures and Algorithms/04.Dictionaries-Hash-Tables-and-Sets/DictionariesHashtablesAndSets/HashSetTests/HashSetTests.cs
ghcode:00169:abbc07e65086
mit
codeparrot/github-code
abbc07e65086d405835fd1e464e7e93369288c0779dd0f5ca17e9d78f6f46aa7
0.75
testing_debugging_repair_refactoring
679
false
2026-07-17
using Nimbus.InfrastructureContracts; using NUnit.Framework; using Shouldly; namespace Nimbus.Tests.Unit.Conventions { [TestFixture] [Category("Convention")] public class CoreInfrastructureInterfaces { [Test] public void MustAdhereToConventions() { var coreInfrastru...
NimbusAPI/Nimbus
src/Nimbus.Tests.Unit/Conventions/CoreInfrastructureInterfaces.cs
https://github.com/NimbusAPI/Nimbus/blob/HEAD/src/Nimbus.Tests.Unit/Conventions/CoreInfrastructureInterfaces.cs
ghcode:00169:940eaeb2bfa4
mit
codeparrot/github-code
940eaeb2bfa418d05806b845c329b060381aeac2ba4646acdd0c43a6d7a31eed
0.75
testing_debugging_repair_refactoring
102
false
2026-07-17
using System; using System.Collections.Generic; using System.Reflection; using System.Text; using CK.CodeGen; using System.Diagnostics; using System.Text.RegularExpressions; using System.Linq; namespace CK.CodeGen { sealed class NamespaceScopeImpl : TypeDefinerScopeImpl, INamespaceScope { readonly stat...
Invenietis/CK-CodeGen
CK.CodeGen/InternalImpl/ScopeModel/NamespaceScopeImpl.cs
https://github.com/Invenietis/CK-CodeGen/blob/HEAD/CK.CodeGen/InternalImpl/ScopeModel/NamespaceScopeImpl.cs
ghcode:00169:851d52c24f6b
mit
codeparrot/github-code
851d52c24f6b379252598717f6e9a467712524d0d250761f775a2a4e6a404489
0.85
testing_debugging_repair_refactoring
2,054
false
2026-07-17
using System.Net; using NUnit.Framework; using Should; using SpecsFor; namespace WebApi.IntegrationTests { //[Explicit("Requires WebApi project to run in the background.")] public class AccessingProtectedResourceSpecs : SpecsFor<TestWebClient> { [Test] public void when_not_authenticated_th...
mariuszwojcik/OwinRefreshToken
OwinRefreshTokenExample/WebApi.IntegrationTests/AccessingProtectedResourceSpecs.cs
https://github.com/mariuszwojcik/OwinRefreshToken/blob/HEAD/OwinRefreshTokenExample/WebApi.IntegrationTests/AccessingProtectedResourceSpecs.cs
ghcode:00169:5f61087670e8
mit
codeparrot/github-code
5f61087670e862fa65b2ad152ae1719501291feab311fcd39d75958afa8ba731
0.6
testing_debugging_repair_refactoring
285
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading.Tasks; using Moq; using NUnit.Framework; using SoundCloud.Api.Endpoints; using SoundCloud.Api.Entities; using SoundCloud.Api.Entities.Enums; using SoundCloud.Api.QueryBuilders; using SoundCl...
prayzzz/SoundCloud.Api
test/SoundCloud.Api.Test/Endpoints/PlaylistTest.cs
https://github.com/prayzzz/SoundCloud.Api/blob/HEAD/test/SoundCloud.Api.Test/Endpoints/PlaylistTest.cs
ghcode:00169:47df47db5de8
mit
codeparrot/github-code
47df47db5de83a55e059ce150a7bff3fce84901dc5ee9cb6f23d2d2fb62611e8
0.7
testing_debugging_repair_refactoring
1,460
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/TestTermRangeFilter.cs
https://github.com/joshball/Lucene.In.Action.NET/blob/HEAD/vendor/lucene.net/test/core/Search/TestTermRangeFilter.cs
ghcode:00169:ae7d8c82333e
mit
codeparrot/github-code
ae7d8c82333eda0300e43da57e1aede82d9f632e0326bfa78e13aeecd2542225
0.95
testing_debugging_repair_refactoring
5,472
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Linq; using TRex.Test.Infrastructure; namespace TRex.Metadata.Tests { //"/some/path/{parameter}": { // "get": { // "operationId": "OperationByParameterAndOtherParam1", // "parameters": [ // { // "name": "paramet...
nihaue/TRex
Source/TRex.Metadata.Tests/DynamicValueLookupTests.cs
https://github.com/nihaue/TRex/blob/HEAD/Source/TRex.Metadata.Tests/DynamicValueLookupTests.cs
ghcode:00169:8f111ce314cd
mit
codeparrot/github-code
8f111ce314cd8610fa607b36259e96c530e157bb413a5f004efe93cfa499ddae
0.85
testing_debugging_repair_refactoring
1,989
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using d60.Cirqus.Aggregates; using d60.Cirqus.Commands; using d60.Cirqus.Config; using d60.Cirqus.Diagnostics; using d60.Cirqus.Events; using d60.Cirqus.Logging; using d60.Cirqus.Serialization; using d60.Cirqus.Testing...
mhertis/Cirqus
d60.Cirqus.Tests/Diagnostics/TestProfiler.cs
https://github.com/mhertis/Cirqus/blob/HEAD/d60.Cirqus.Tests/Diagnostics/TestProfiler.cs
ghcode:00169:d880be2a5aa4
mit
codeparrot/github-code
d880be2a5aa463b3af7c1223e07ac93d77c7f5fea75ea40d92572a5ddb6f34df
0.75
testing_debugging_repair_refactoring
1,269
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace NineteenthDay { [TestFixture] public class SolutionTests { [Test] public void PushCharacterTest() { Assert.Fail(); ...
BMedison/ThirtyDaysOfCode
src/CS/NineteenthDay/NineteenthDay.Test.cs
https://github.com/BMedison/ThirtyDaysOfCode/blob/HEAD/src/CS/NineteenthDay/NineteenthDay.Test.cs
ghcode:00169:eac46c0d2afe
mit
codeparrot/github-code
eac46c0d2afe22f521f5cc8ebfba4dcd6aed2df0c650831f2f7fdc95fe28cb42
0.75
testing_debugging_repair_refactoring
66
false
2026-07-17
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using NUnit.Framework; using TakeAsh; namespace EnumHelperLib_Test { [TestFixture] public class FlagHelper_Test { [Flags] [HexDigit(2)] [TypeConverter(typ...
TakeAsh/cs-EnumHelper
EnumHelperLib_Test/FlagHelper_Test.cs
https://github.com/TakeAsh/cs-EnumHelper/blob/HEAD/EnumHelperLib_Test/FlagHelper_Test.cs
ghcode:00169:d30ccbd45b09
mit
codeparrot/github-code
d30ccbd45b0948e5f6503d48ae69081a3995225455eb5b05aa51c27587834dff
0.6
testing_debugging_repair_refactoring
1,470
false
2026-07-17
using System; using FluentAssertions; using Xunit; namespace Light.GuardClauses.Tests.CommonAssertions; public static class InvalidOperationTests { [Theory] [DefaultVariablesData] public static void ConditionTrue(string message) { var act = () => Check.InvalidOperation(true, message); ...
feO2x/Light.GuardClauses
Code/Light.GuardClauses.Tests/CommonAssertions/InvalidOperationTests.cs
https://github.com/feO2x/Light.GuardClauses/blob/HEAD/Code/Light.GuardClauses.Tests/CommonAssertions/InvalidOperationTests.cs
ghcode:00169:81381a5476e0
mit
codeparrot/github-code
81381a5476e09989b529fecad0256e19b60b5fb716ababe150bd81119d74b0ce
0.75
testing_debugging_repair_refactoring
103
false
2026-07-17
using System; using Xunit; using TVGL.Numerics; using TVGL; using System.IO; using TVGL.TwoDimensional; using TVGL.IOFunctions; using Snapshooter.Xunit; using Snapshooter; using System.Linq; using TVGL.Boolean_Operations; using TVGL.Voxelization; namespace TVGLUnitTestsAndBenchmarking { public static partial clas...
DesignEngrLab/TVGL
TVGLUnitTestsAndBenchmarking/TessellatedSolid Functions/ThreeDtoTwoD.cs
https://github.com/DesignEngrLab/TVGL/blob/HEAD/TVGLUnitTestsAndBenchmarking/TessellatedSolid Functions/ThreeDtoTwoD.cs
ghcode:00169:fe80b67eac1d
mit
codeparrot/github-code
fe80b67eac1d303f5aaef194f0d0b1f03a458dc139430253a8ed80eb8c9e82dc
0.7
testing_debugging_repair_refactoring
559
false
2026-07-17
using System; using BenchmarkDotNet.Attributes; namespace Prometheus.Client.Benchmarks.Comparison.Gauge { public class GaugeCreationBenchmarks : ComparisonBenchmarkBase { private const int _metricsPerIteration = 10_000; private readonly string[] _metricNames; private readonly string[] ...
phnx47/Prometheus.Client
tests/Prometheus.Client.Benchmarks.Comparison/Gauge/GaugeCreationBenchmarks.cs
https://github.com/phnx47/Prometheus.Client/blob/HEAD/tests/Prometheus.Client.Benchmarks.Comparison/Gauge/GaugeCreationBenchmarks.cs
ghcode:00169:a159bae86384
mit
codeparrot/github-code
a159bae863840b9ef4b7d078b1f8e6d5128fd4907f55035a8b627aa3e8986e8a
0.75
testing_debugging_repair_refactoring
1,419
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; namespace ConcurrentUtils.Test { [TestFixture] public class MapTests : BaseUnitTest { [Test] public async Task Should_Map_Async() { var rnd = new Rand...
jorgebay/concurrent-utils
src/ConcurrentUtils.Test/MapTests.cs
https://github.com/jorgebay/concurrent-utils/blob/HEAD/src/ConcurrentUtils.Test/MapTests.cs
ghcode:00169:5733cf3f6028
mit
codeparrot/github-code
5733cf3f6028fab0c97249829b7a7f11330913e0ead0c4397f925c38b8a3752b
0.75
testing_debugging_repair_refactoring
246
false
2026-07-17
using Moq; namespace nuget.install2.extension.Specs { public static class Parameter { public static TValue IsAny<TValue>() { return It.IsAny<TValue>(); } } }
derekgreer/nuget.install2.extension
src/nuget.install2.extension.Specs/Parameter.cs
https://github.com/derekgreer/nuget.install2.extension/blob/HEAD/src/nuget.install2.extension.Specs/Parameter.cs
ghcode:00169:efe0bd57f705
mit
codeparrot/github-code
efe0bd57f705c4fc32cbaab19ad35edb634a16a071f27b6e4b294ea2be6bb925
0.6
testing_debugging_repair_refactoring
46
false
2026-07-17
using NUnit.Framework; using Mos6510.Instructions; namespace Mos6510.Tests.Instructions { [TestFixture] public class SecTests { [Test] public void SetsTheCarryFlag() { var model = new ProgrammingModel(); var memory = new Memory(); model.CarryFlag = false; new Sec().Execute(mo...
joshpeterson/mos
Mos6510.Tests/Instructions/SecTests.cs
https://github.com/joshpeterson/mos/blob/HEAD/Mos6510.Tests/Instructions/SecTests.cs
ghcode:00169:db9afd5ab366
mit
codeparrot/github-code
db9afd5ab3663c78bbaf483dcde28507416208b53d27c2a75016af976372ded0
0.75
testing_debugging_repair_refactoring
121
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 Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace Internal.IL.Stubs { ...
kyulee1/corert
src/Common/src/TypeSystem/IL/Stubs/ArrayMethodILEmitter.cs
https://github.com/kyulee1/corert/blob/HEAD/src/Common/src/TypeSystem/IL/Stubs/ArrayMethodILEmitter.cs
ghcode:00169:f3cc45c03875
mit
codeparrot/github-code
f3cc45c03875c803abdab0f1e3de238b0ca396997c1e73d7236000045e1b28cd
0.95
testing_debugging_repair_refactoring
1,587
false
2026-07-17
using METRO.Core.Blocks; using METRO.Core.Blocks.Logging; using METRO.Core.Blocks.Oberservation; using METRO.Core.FluentAPI; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tas...
starkeeny/METRO
src/METRO.Core/METRO.Core.Tests/BlockExample.REST.cs
https://github.com/starkeeny/METRO/blob/HEAD/src/METRO.Core/METRO.Core.Tests/BlockExample.REST.cs
ghcode:00169:4f824b02fcdf
mit
codeparrot/github-code
4f824b02fcdf07612bc7853b2c5dc401730a0d44a22e44e576083cb2f585e0f7
0.6
testing_debugging_repair_refactoring
399
false
2026-07-17
using System; using Xunit; using FluentAssertions; using System.IO; namespace Mona.InputFeeds { public class ReadAllTextShould { [Fact] public void TryGetSingle() { using (var textReader = new StringReader("yada")) { var feed = new ReadAllText(new...
automatonic/mona
tests/Mona.Tests/InputFeeds/ReadAllTextShould.cs
https://github.com/automatonic/mona/blob/HEAD/tests/Mona.Tests/InputFeeds/ReadAllTextShould.cs
ghcode:00170:d7d33d37f208
mit
codeparrot/github-code
d7d33d37f2089024e1d9b212d09289375256e1ac94d47fc2c9377d3b575417f2
0.6
testing_debugging_repair_refactoring
112
false
2026-07-17
using Newtonsoft.Json.Linq; using SolrExpress.Builder; using SolrExpress.Configuration; using SolrExpress.Options; using SolrExpress.Search; using SolrExpress.Search.Parameter; using SolrExpress.Solr5.Search.Parameter; using SolrExpress.Utility; using Xunit; namespace SolrExpress.Solr5.UnitTests.Search.Parameter { ...
solr-express/solr-express
test/SolrExpress.Solr5.UnitTests/Search/Parameter/DefaultFieldParameterTests.cs
https://github.com/solr-express/solr-express/blob/HEAD/test/SolrExpress.Solr5.UnitTests/Search/Parameter/DefaultFieldParameterTests.cs
ghcode:00170:67f7469c6408
mit
codeparrot/github-code
67f7469c6408cd64d24aca517a02ae4920981abbbbe602b02b457993204962ab
0.85
testing_debugging_repair_refactoring
331
false
2026-07-17
using Sniper.Common; using Sniper.TargetProcess.Routes; using Xunit; namespace Sniper.Tests.CRUD.Create.Common.TestSteps { public class CreateTestStepTests { [Fact] public void CreateTestStepThrowsError() { var client = CommonMethods.GetClientByRoute(TargetProcessRoutes.Rout...
bluetread/sniper
Sniper.Tests/CRUD/Create/Common/TestSteps/CreateTestStepTests.cs
https://github.com/bluetread/sniper/blob/HEAD/Sniper.Tests/CRUD/Create/Common/TestSteps/CreateTestStepTests.cs
ghcode:00170:1cc0726cbbbb
mit
codeparrot/github-code
1cc0726cbbbb0ef5f7a8327193f09c5da17d975a678ef611f427f845e62c85c6
0.75
testing_debugging_repair_refactoring
81
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using TSqlBuilder.Builders; namespace TSqlBuilder.Tests.UpdateStatement { [TestFixture] internal sealed class SimpleUpdateTests { [Test] public void ShouldGenerateUpdate_ForSimpleCo...
tchrikch/TSqlBuilder
TSqlBuilder.Tests/UpdateStatement/SimpleUpdateTests.cs
https://github.com/tchrikch/TSqlBuilder/blob/HEAD/TSqlBuilder.Tests/UpdateStatement/SimpleUpdateTests.cs
ghcode:00170:e7aad9475da3
mit
codeparrot/github-code
e7aad9475da31ce7baee32becd5442903d64c66bce995cff9f506108532a6c05
0.75
testing_debugging_repair_refactoring
124
false
2026-07-17
using System; using System.Configuration; using System.Linq; using System.Text.RegularExpressions; using NMockaroo.Tests.Fakes; using NUnit.Framework; namespace NMockaroo.Tests.IntegrationTests { [TestFixture] public class MockarooAttributeTests { private readonly string _apiKey = ConfigurationMan...
cannontrodder/NMockaroo
src/NMockaroo.Tests/IntegrationTests/MockarooAttributeTests.cs
https://github.com/cannontrodder/NMockaroo/blob/HEAD/src/NMockaroo.Tests/IntegrationTests/MockarooAttributeTests.cs
ghcode:00170:e4ecb1611a08
mit
codeparrot/github-code
e4ecb1611a088fc2e254b5ac85d7507868ebd901937804439c4dc2271f8286f5
0.75
testing_debugging_repair_refactoring
1,513
false
2026-07-17
 namespace Student { using System; class TestStudent { static void Main(string[] args) { Student student = new Student("Acho", "A", "Achov", 22222222, "Telerik", "+359 222222", "achoachev@telerik.com"); student.FillUniversityInfo(Student._University.SofiaUniversity, ...
Andro0/TelerikAcademy
OOP/06.HomeworkCommonTypeSystem/Student/TestStudent.cs
https://github.com/Andro0/TelerikAcademy/blob/HEAD/OOP/06.HomeworkCommonTypeSystem/Student/TestStudent.cs
ghcode:00170:577a7b398d7a
mit
codeparrot/github-code
577a7b398d7a794b4702af9a9ebfc2333df14551e9cb08054e792f2112267f60
0.75
testing_debugging_repair_refactoring
256
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using RandomTestValues.Tests.ShouldExtensions; namespace RandomTestValues.Tests.ValuesTests { [TestClass] public class UIntShould { [TestMethod] public void ReturnSomethingDifferentWithEachCall() { var randomUInt1 = Ra...
RasicN/random-test-values
RandomTestValues.Tests/ValuesTests/UIntShould.cs
https://github.com/RasicN/random-test-values/blob/HEAD/RandomTestValues.Tests/ValuesTests/UIntShould.cs
ghcode:00170:6fcd8e50d7c9
mit
codeparrot/github-code
6fcd8e50d7c98b2ca132f9e16c02418a85c3ba58aa61f45b21dfaa72a570c33e
0.75
testing_debugging_repair_refactoring
139
false
2026-07-17
using System; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using JudoPayDotNet.Errors; using JudoPayDotNet.Http; using JudoPayDotNetDotNet.Logging; using NSubstitute; using NUnit.Framework; namespace JudoPayDotNetTests.Http { [TestFixture...
ChrisRowtcliff/JudoPayDotNet4
JudoPayDotNetTests/Http/ConnectionTests.cs
https://github.com/ChrisRowtcliff/JudoPayDotNet4/blob/HEAD/JudoPayDotNetTests/Http/ConnectionTests.cs
ghcode:00170:e2f9ef38367c
mit
codeparrot/github-code
e2f9ef38367c4e3953f732b8563fea16c78308a7b3ccab230cf753b564dd190a
0.85
testing_debugging_repair_refactoring
806
false
2026-07-17
namespace EnergyTrading.MDM.Test { using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using System.Linq; using Microsoft.Http; using NUnit.Framework; using EnergyTrading.MDM.Contracts.Sample; using EnergyTrading.Mdm.Contracts; [TestFixture]...
RWE-Nexus/EnergyTrading-MDM-Sample
Code/Service/MDM.IntegrationTest.Sample/Counterparty/get_entities/successful.cs
https://github.com/RWE-Nexus/EnergyTrading-MDM-Sample/blob/HEAD/Code/Service/MDM.IntegrationTest.Sample/Counterparty/get_entities/successful.cs
ghcode:00170:f98af1907ce7
mit
codeparrot/github-code
f98af1907ce7f1ee8ecc6ffb3302a5516de2b39b88c6ad038ab5ab6969312080
0.75
testing_debugging_repair_refactoring
391
false
2026-07-17
#region [R# naming] // ReSharper disable ArrangeTypeModifiers // ReSharper disable UnusedMember.Local // ReSharper disable FieldCanBeMadeReadOnly.Local // ReSharper disable ArrangeTypeMemberModifiers // ReSharper disable InconsistentNaming #endregion using System.Collections.Generic; using NUnit.Framework; using Fluen...
nspectator/NSpectator
test/NSpectator.Specs/Running/Describe_examples_for_abstract_class.cs
https://github.com/nspectator/NSpectator/blob/HEAD/test/NSpectator.Specs/Running/Describe_examples_for_abstract_class.cs
ghcode:00170:fc7058945c52
mit
codeparrot/github-code
fc7058945c5299e7cf133ad0b2ac0947438b9e97b3431d2e8ae9758d9e2bd7e4
0.7
testing_debugging_repair_refactoring
445
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using GitClientVS.Contracts.Interfaces; using GitClientVS.Contracts.Interfaces.Services; using GitClientVS.Contracts.Interfaces.ViewModels; using GitClientVS.Contracts.Interfaces.Views; using GitClientVS.Contracts.Models; using GitClie...
MistyKuu/bitbucket-for-visual-studio
Source/Tests/Unit/GitClientVS.Infrastructure.Tests/ViewModels/PullRequestsDetailViewModelTests.cs
https://github.com/MistyKuu/bitbucket-for-visual-studio/blob/HEAD/Source/Tests/Unit/GitClientVS.Infrastructure.Tests/ViewModels/PullRequestsDetailViewModelTests.cs
ghcode:00170:d19625250f32
mit
codeparrot/github-code
d19625250f3252fc0a0166b87c6aee849117aa6081ed294c9ddc5fc588373b48
0.85
testing_debugging_repair_refactoring
1,664
false
2026-07-17
namespace PythonSharp.Tests.Commands { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using PythonSharp; using PythonSharp.Commands; using PythonSharp.Exceptions; ...
ajlopez/PythonSharp
Src/PythonSharp.Tests/Commands/ImportCommandTest.cs
https://github.com/ajlopez/PythonSharp/blob/HEAD/Src/PythonSharp.Tests/Commands/ImportCommandTest.cs
ghcode:00170:ad2325f10f98
mit
codeparrot/github-code
ad2325f10f980ae38c90a9cea03c8abc2ea3a6a5df70be72a1c02b0d657ed555
0.75
testing_debugging_repair_refactoring
914
false
2026-07-17
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Collections.Generic; using System.Text; namespace NUnit.Framework.Internal.Filters { public class IdFilterTests : TestFilterTests { private TestFilter _filter; [SetUp] ...
nunit/nunit
src/NUnitFramework/tests/Internal/Filters/IdFilterTests.cs
https://github.com/nunit/nunit/blob/HEAD/src/NUnitFramework/tests/Internal/Filters/IdFilterTests.cs
ghcode:00170:b0b6da8fe7f1
mit
codeparrot/github-code
b0b6da8fe7f1f5daf1e2f965ee5b37df6ffad3e8b372e7e06ac0ca38825b9c1e
0.85
testing_debugging_repair_refactoring
271
false
2026-07-17
using System.Collections.Generic; using CommandFramework.Commands; using CommandFramework.Dispatcher; using CommandFramework.Tests.CommandAssembly; using FluentAssertions; using NUnit.Framework; namespace CommandFramework.Tests { public class TypeCommandScannerTests { [Test] public void Should...
BorysLevytskyi/CommandFramework
src/CommandFramework.Tests/CommandScannerTests.cs
https://github.com/BorysLevytskyi/CommandFramework/blob/HEAD/src/CommandFramework.Tests/CommandScannerTests.cs
ghcode:00170:5266f79561d3
mit
codeparrot/github-code
5266f79561d36ccaec23474cff85a1b21ffd2ececdcdd5f41765ae9a901d94d0
0.75
testing_debugging_repair_refactoring
172
false
2026-07-17
using System; using System.Collections; using System.IO; using NUnit.Framework; using Rock.Collections; using Rock.Logging; using Rock.Logging.Defaults; using Rock.Serialization; namespace LoggerTests.LogEntrySerializationTests { public abstract class LogEntrySerializationTestBase { private readonly I...
bfriesen/Rock.Logging
Rock.Logging.UnitTests/LogEntrySerializationTests/LogEntrySerializationTestBase.cs
https://github.com/bfriesen/Rock.Logging/blob/HEAD/Rock.Logging.UnitTests/LogEntrySerializationTests/LogEntrySerializationTestBase.cs
ghcode:00170:dfbc9954b68d
mit
codeparrot/github-code
dfbc9954b68d9a051877901b7a2311aadb8a4c94b20a8889f7b506c56e141f76
0.75
testing_debugging_repair_refactoring
335
false
2026-07-17
using System.Data.SqlClient; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Data.Common; using Watsonia.Data.SqlServer; using System.IO; using System; using Watsonia.QueryBuilder; using System.Threading.Tasks; using Watsonia.Data.Tests.Database.Entities; namespace Watsonia.Data.Te...
andrewjk/Watsonia.Data
Watsonia.Data.Tests/Database/CrudOperationsAsync.cs
https://github.com/andrewjk/Watsonia.Data/blob/HEAD/Watsonia.Data.Tests/Database/CrudOperationsAsync.cs
ghcode:00170:0e7ec4e49d78
mit
codeparrot/github-code
0e7ec4e49d783d0d3e943a8363586205b95607b15adb32405aaac57489c125ea
0.85
testing_debugging_repair_refactoring
392
false
2026-07-17
using CharacterGen.Alignments; using CharacterGen.CharacterClasses; using CharacterGen.Domain.Tables; using NUnit.Framework; namespace CharacterGen.Tests.Integration.Tables.CharacterClasses { [TestFixture] public class NeutralCharacterClassesTests : PercentileTests { protected override string tabl...
DnDGen/CharacterGen
CharacterGen.Tests.Integration.Tables/CharacterClasses/NeutralCharacterClassesTests.cs
https://github.com/DnDGen/CharacterGen/blob/HEAD/CharacterGen.Tests.Integration.Tables/CharacterClasses/NeutralCharacterClassesTests.cs
ghcode:00170:422d4b0d8466
mit
codeparrot/github-code
422d4b0d846686b9735a204a0249f431210ef19ca6d0f6b9cb18316252e4628d
0.75
testing_debugging_repair_refactoring
314
false
2026-07-17
using System; using System.IO; using System.Linq; using FluentAssertions; using Leprechaun.Logging; using Xunit; namespace Leprechaun.Tests { public class ConfigurationImportPathResolverTests { [Fact] public void ResolveImportPaths_ShouldWorkWithAbsolutePath() { var path = Path.Combine(AbsoluteTestRoot, "D...
kamsar/Leprechaun
src/Leprechaun.Tests/ConfigurationImportPathResolverTests.cs
https://github.com/kamsar/Leprechaun/blob/HEAD/src/Leprechaun.Tests/ConfigurationImportPathResolverTests.cs
ghcode:00170:646f1f53f27b
mit
codeparrot/github-code
646f1f53f27badbd22edfa6e8ff10d3eaebdd72d087f7748e2968ef255756fe0
0.75
testing_debugging_repair_refactoring
789
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.Dynamic.Utils; using System.Reflection; usi...
alphonsekurian/corefx
src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Address.cs
https://github.com/alphonsekurian/corefx/blob/HEAD/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Address.cs
ghcode:00170:59d4aa0843bf
mit
codeparrot/github-code
59d4aa0843bf8898485b58446d9f3f761735b3d763273795caf098284bca6faf
0.95
testing_debugging_repair_refactoring
2,584
false
2026-07-17
using UnityEngine; using System.IO; using System.Collections; using System.Collections.Generic; using OpenCTM; public class Test : MonoBehaviour { // Use this for initialization void Start () { readTest (); } // Update is called once per frame void Update () { } public void readTest () { FileStream ...
swooby/fleet-viewer
Unity/Assets/OpenCTM/Test.cs
https://github.com/swooby/fleet-viewer/blob/HEAD/Unity/Assets/OpenCTM/Test.cs
ghcode:00170:ff34276b1bea
mit
codeparrot/github-code
ff34276b1bea795005bdb57b0558d385b05ec693dd8c5136bc43d0d6518a15aa
0.75
testing_debugging_repair_refactoring
377
false
2026-07-17
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; namespace NUnit.Framework.Assertions { [TestFixture] public class NotEqualFixture { [Test] public void NotEqual() { Assert.AreNotEqual( 5, 3 ); } [T...
nunit/nunit
src/NUnitFramework/tests/Assertions/NotEqualFixture.cs
https://github.com/nunit/nunit/blob/HEAD/src/NUnitFramework/tests/Assertions/NotEqualFixture.cs
ghcode:00170:fd5d7beccd77
mit
codeparrot/github-code
fd5d7beccd771376cf0dd6c9f6e2b6c73393baa2e21f7248846786edfe449fa9
0.85
testing_debugging_repair_refactoring
1,037
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Watsonia.Data.SqlServer; using Watsonia.Data.Tests.Documentation.Entities; using Watsonia.QueryBuilder; namespace Watsonia.Data...
andrewjk/Watsonia.Data
Watsonia.Data.Tests/Documentation/DeletingEntities.cs
https://github.com/andrewjk/Watsonia.Data/blob/HEAD/Watsonia.Data.Tests/Documentation/DeletingEntities.cs
ghcode:00170:cbee5eee6aff
mit
codeparrot/github-code
cbee5eee6aff2fa56cd2029b5c3333c0e7729bb7c6ed5d55f7d7bdc0ea3f5b35
0.85
testing_debugging_repair_refactoring
333
false
2026-07-17
using algo05_array; using algo06_linked_list; using Xunit; using Xunit.Abstractions; namespace algo06_linkedlist_tests { public class LRUWithArrayTests { private ITestOutputHelper _output; public LRUWithArrayTests(ITestOutputHelper output) { _output = output; } ...
wangzheng0822/algo
csharp/Tests/_06_linkedlist_tests/LRUWithArray.Tests.cs
https://github.com/wangzheng0822/algo/blob/HEAD/csharp/Tests/_06_linkedlist_tests/LRUWithArray.Tests.cs
ghcode:00170:28bd2f8e68d2
apache-2.0
codeparrot/github-code
28bd2f8e68d2c76906f8f1bf580cae19cc74ef55a2d9a1e1a405035a6bbaed79
0.85
testing_debugging_repair_refactoring
418
false
2026-07-17
using System.Globalization; using System.IO; using TestCaseAutomator.Controls.Converters; using Xunit; namespace Tests.Unit.TestCaseAutomator.Controls.Converters { public class FileInfoConverterTests { [Fact] public void Test_Convert() { // Arrange. var file = new FileInfo(@"C:\testfile.txt"); // Ac...
mthamil/TFSTestCaseAutomator
Tests.Unit/TestCaseAutomator/Controls/Converters/FileInfoConverterTests.cs
https://github.com/mthamil/TFSTestCaseAutomator/blob/HEAD/Tests.Unit/TestCaseAutomator/Controls/Converters/FileInfoConverterTests.cs
ghcode:00170:f0afd115afa7
apache-2.0
codeparrot/github-code
f0afd115afa72139179f9fc6b394caacb8b8d217e9a1a7836e82a6441e2c420d
0.85
testing_debugging_repair_refactoring
352
false
2026-07-17
using System; using NUnit.Framework; namespace Virtlink.Vfs { partial class IFilenameParserTests { /// <summary> /// Tests the <see cref="IFilenameParser.Parse"/> method. /// </summary> public abstract class ParseTests : IFilenameParserTests { [Test] public void ParsesFilePathToFolderKindWhenAsked(...
Virtlink/vfs
test/Virtlink.Vfs.IntegrationTests/IFilenameParserTests.ParseTests.cs
https://github.com/Virtlink/vfs/blob/HEAD/test/Virtlink.Vfs.IntegrationTests/IFilenameParserTests.ParseTests.cs
ghcode:00170:9a17ddf4f0f3
apache-2.0
codeparrot/github-code
9a17ddf4f0f379144e84b40cab0bec574e8bdb55e145b9d2f27da560a006104d
0.85
testing_debugging_repair_refactoring
1,143
false
2026-07-17
using System.Collections.Generic; using FluentAssertions; using NUnit.Framework; namespace HealthNet.HealthCheckServiceFixtures { class When_getting_the_status_of_an_application_with_a_critical_vital_system : HealthCheckServiceFixtureBase { protected override IEnumerable<ISystemChecker> SystemStateCheckers() ...
bronumski/HealthNet
src/Tests/HealthNet.Tests/HealthCheckServiceFixtures/When_getting_the_status_of_an_application_with_a_critical_vital_system.cs
https://github.com/bronumski/HealthNet/blob/HEAD/src/Tests/HealthNet.Tests/HealthCheckServiceFixtures/When_getting_the_status_of_an_application_with_a_critical_vital_system.cs
ghcode:00170:772b23ec76f4
apache-2.0
codeparrot/github-code
772b23ec76f4d97bc4802c37deb6ca6e0d4c2c1a7f33072b5b842c4925d97949
0.85
testing_debugging_repair_refactoring
126
false
2026-07-17
// ----------------------------------------------------------------------------------------- // <copyright file="FileManglerUnitTests.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in c...
Azure/azure-storage-net
Test/ClassLibraryCommon/File/FileManglerUnitTests.cs
https://github.com/Azure/azure-storage-net/blob/HEAD/Test/ClassLibraryCommon/File/FileManglerUnitTests.cs
ghcode:00170:6a015f1156e8
apache-2.0
codeparrot/github-code
6a015f1156e8569cc6a6d9e2201d2dab13feb362bb39d215708cb0a4dede0631
0.85
testing_debugging_repair_refactoring
1,339
false
2026-07-17
/* Copyright 2010-2014 MongoDB Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
antonnik/code-classifier
naive_bayes/resources/c#/CSharp78Tests.cs
https://github.com/antonnik/code-classifier/blob/HEAD/naive_bayes/resources/c#/CSharp78Tests.cs
ghcode:00170:df060e580c96
apache-2.0
codeparrot/github-code
df060e580c969b0235c8bac58dad4ef22120c303b895bd361b0be348734c2a0e
0.85
testing_debugging_repair_refactoring
368
false
2026-07-17
using FeatureToggle; namespace NetFullConsoleApp { public class Saving : EnabledOnOrAfterDateFeatureToggle {} }
jason-roberts/FeatureToggle
src/Tests/ManualNugetPackageTesting/NetFullConsoleApp/Saving.cs
https://github.com/jason-roberts/FeatureToggle/blob/HEAD/src/Tests/ManualNugetPackageTesting/NetFullConsoleApp/Saving.cs
ghcode:00170:93a84a62115c
apache-2.0
codeparrot/github-code
93a84a62115c36abab41a53168d5b1e079034cd3c1f636801d8af9b68daf18a6
0.45
testing_debugging_repair_refactoring
25
false
2026-07-17
using NUnit.Framework; using System; using NMahjong.Base; using NMahjong.Testing; using MS = NMahjong.Base.MeldState; namespace NMahjong.Japanese { [TestFixture] public class ConcealedKongTest : TestHelperWithAnnotatedTiles { [Test] public void TestCreate() { var kong =...
yuizumi/nmahjong
tests/japanese/ConcealedKongTest.cs
https://github.com/yuizumi/nmahjong/blob/HEAD/tests/japanese/ConcealedKongTest.cs
ghcode:00170:e406d7bfe61e
apache-2.0
codeparrot/github-code
e406d7bfe61e491e0dbe00fab17207a303fe8ab59c6932cef802fae3178d488e
0.75
testing_debugging_repair_refactoring
286
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace AutomatedTestCases { [TestClass] public class UnitTest1 { [TestMethod] public void TestMethod1() { } } }
sandeepsajiru/selCHash
DataDrivenFramework/AutomatedTestCases/UnitTest1.cs
https://github.com/sandeepsajiru/selCHash/blob/HEAD/DataDrivenFramework/AutomatedTestCases/UnitTest1.cs
ghcode:00170:791836941192
apache-2.0
codeparrot/github-code
791836941192d337bbd9f3b53be06c37524b84cfc0e42978b4427da202ad2ef8
0.6
testing_debugging_repair_refactoring
46
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.Linq; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; using ...
yeaicc/roslyn
src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs
https://github.com/yeaicc/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs
ghcode:00170:7a564e83c0c9
apache-2.0
codeparrot/github-code
7a564e83c0c96ad2355c315d2b3c181dc3bd243bd0d81b790856baa0dd654466
0.82
testing_debugging_repair_refactoring
47,611
false
2026-07-17
using NUnit.Framework; using System; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; using Org.BouncyCastle.Security; using PCLCrypto; namespace MemberAdministration.NUnitTest { [TestFixture()] public class Test { [Test()] public void TestCase2() { i...
aikido-forchheim/member-administration
MemberAdministration/MemberAdministration.NUnitTest/Test.cs
https://github.com/aikido-forchheim/member-administration/blob/HEAD/MemberAdministration/MemberAdministration.NUnitTest/Test.cs
ghcode:00170:4b20c35a337f
apache-2.0
codeparrot/github-code
4b20c35a337feae5aa5d76c7525f8edfbdaa1f7b774c8e54b6ffd9f5ca181abd
0.85
testing_debugging_repair_refactoring
645
false
2026-07-17
// <copyright file="BaseTestBehaviorObserver.cs" company="Automate The Planet Ltd."> // Copyright 2021 Automate The Planet Ltd. // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.ap...
angelovstanton/AutomateThePlanet
dotnet/Design-Architecture-Series/ObserverDesignPatternClassicImplementation/BaseTestBehaviorObserver.cs
https://github.com/angelovstanton/AutomateThePlanet/blob/HEAD/dotnet/Design-Architecture-Series/ObserverDesignPatternClassicImplementation/BaseTestBehaviorObserver.cs
ghcode:00170:0ca3216bce67
apache-2.0
codeparrot/github-code
0ca3216bce670800bbf4bbf02c34695d4e403ba36bf6fb864e9626238f27d596
0.85
testing_debugging_repair_refactoring
359
false
2026-07-17
using BenchmarkDotNet.Running; using System.Runtime.Intrinsics.X86; class Program { static void Main() { System.Console.WriteLine(Sse.IsSupported); var b = new MatrixBenchmark(); var x = b.ByValue(); var y = b.ByRef(); var z = b.Simd(); unsafe { ...
ufcpp/UfcppSample
Demo/2018/SpanPerformance/MatrixBenchmark/Program.cs
https://github.com/ufcpp/UfcppSample/blob/HEAD/Demo/2018/SpanPerformance/MatrixBenchmark/Program.cs
ghcode:00170:e6ff26f9a6c1
apache-2.0
codeparrot/github-code
e6ff26f9a6c193756536522b89fd0eda7b62428e2dda8d9c102cfa689026ca72
0.75
testing_debugging_repair_refactoring
163
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.CSharp.Symbols; using Roslyn.Utilities; namespace M...
thomaslevesque/roslyn
src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LoweredDynamicOperationFactory.cs
https://github.com/thomaslevesque/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LoweredDynamicOperationFactory.cs
ghcode:00170:1771a0ce24b7
apache-2.0
codeparrot/github-code
1771a0ce24b7dcecbf4056b2e5c520089698325d5331165631909f4928ecae7a
0.85
testing_debugging_repair_refactoring
7,147
false
2026-07-17
using System.Linq; using Should; using Typewriter.CodeModel; using Typewriter.Tests.TestInfrastructure; using Xunit; using Typewriter.CodeModel.Configuration; using Typewriter.Configuration; namespace Typewriter.Tests.CodeModel { [Trait("CodeModel", "PartialClasses"), Collection(nameof(RoslynFixture))] public...
frhagn/Typewriter
src/Tests/CodeModel/PartialClassTests.cs
https://github.com/frhagn/Typewriter/blob/HEAD/src/Tests/CodeModel/PartialClassTests.cs
ghcode:00170:0fb9cb3cf5e7
apache-2.0
codeparrot/github-code
0fb9cb3cf5e76084de783eaee9be894e1776e792a2bca490239782500c6ee066
0.85
testing_debugging_repair_refactoring
1,968
false
2026-07-17
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // 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 //...
DinoV/PTVS
Python/Tests/Utilities.Python.Analysis/MockPythonInterpreterFactory.cs
https://github.com/DinoV/PTVS/blob/HEAD/Python/Tests/Utilities.Python.Analysis/MockPythonInterpreterFactory.cs
ghcode:00170:5489bd4f370b
apache-2.0
codeparrot/github-code
5489bd4f370b5a81de7873c7cb44831ed564fd179287db2b37a3e518798a0582
0.95
testing_debugging_repair_refactoring
1,076
false
2026-07-17
namespace MoreLinq.Test { using System; using NUnit.Framework; /// <summary> /// Verify the behavior of the Rank operator /// </summary> [TestFixture] public class RankTests { /// <summary> /// Verify that rank behaves in a lazy manner. /// </summary> [Te...
ddpruitt/morelinq
MoreLinq.Test/RankTest.cs
https://github.com/ddpruitt/morelinq/blob/HEAD/MoreLinq.Test/RankTest.cs
ghcode:00170:464a61d1a915
apache-2.0
codeparrot/github-code
464a61d1a915bd8aac41502429537047f9c9515a243329fdeefb19325aefce32
0.7
testing_debugging_repair_refactoring
1,296
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="PersistentDictionaryExtensionsFixture.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except ...
chinnurtb/OpenAdStack-1
Common/CommonUnitTests/PersistentDictionaryExtensionsFixture.cs
https://github.com/chinnurtb/OpenAdStack-1/blob/HEAD/Common/CommonUnitTests/PersistentDictionaryExtensionsFixture.cs
ghcode:00170:737e4b7af526
apache-2.0
codeparrot/github-code
737e4b7af526d132713a2270769d13e347f08a173192a2a1ee8feacc13bf97f8
0.85
testing_debugging_repair_refactoring
663
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; using Microsoft.VisualStudio.Text; namespace Microsoft.NodejsTools.Repl { internal sealed class ReplSpan { ...
paladique/nodejstools
Nodejs/Product/InteractiveWindow/Repl/ReplInput.cs
https://github.com/paladique/nodejstools/blob/HEAD/Nodejs/Product/InteractiveWindow/Repl/ReplInput.cs
ghcode:00170:c2dffdac7060
apache-2.0
codeparrot/github-code
c2dffdac706010e0741337c214c9da6f5db3a026216707c40a83c8667293d756
0.85
testing_debugging_repair_refactoring
558
false
2026-07-17
using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using SlimeSimulation.Configuration; using SlimeSimulation.Model; namespace SlimeSimulation.Controller.SimulationUpdaters.Tests { [TestClass()] public class SlimeNetworkAdaptionCalculatorTests { [TestMethod()] ...
willb611/SlimeSimulation
SlimeSimulationTests/Controller/SimulationUpdaters/SlimeNetworkAdaptionCalculatorTests.cs
https://github.com/willb611/SlimeSimulation/blob/HEAD/SlimeSimulationTests/Controller/SimulationUpdaters/SlimeNetworkAdaptionCalculatorTests.cs
ghcode:00170:502469bd9acc
apache-2.0
codeparrot/github-code
502469bd9accc10aeee520649251b82333afbe740c4db3089e3a458498a5612f
0.85
testing_debugging_repair_refactoring
1,038
false
2026-07-17
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using DateTimeExtensions.WorkingDays; using DateTimeExtensions.WorkingDays.CultureStrategies; using NUnit.Framework; namespace DateTimeExtensions.Tests { [TestFixture] public class SpanishHolidays...
kappy/DateTimeExtensions
tests/DateTimeExtensions.Tests/HolidaysTranslations/SpanishHolidaysNamesTest.cs
https://github.com/kappy/DateTimeExtensions/blob/HEAD/tests/DateTimeExtensions.Tests/HolidaysTranslations/SpanishHolidaysNamesTest.cs
ghcode:00170:b28e6c7061d8
apache-2.0
codeparrot/github-code
b28e6c7061d8b29bc27d3006f0af6106ec5cafd8aa85b8c682d4e651a76f4d67
0.75
testing_debugging_repair_refactoring
500
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Simulator.Engine; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Simulator.Tests { internal static class TestBlocks { public static void TestCanUseWithCP(Ability ability, St...
AtmaWeapon/FFXIVSynthSolver
SimulatorTests/TestBlocks.cs
https://github.com/AtmaWeapon/FFXIVSynthSolver/blob/HEAD/SimulatorTests/TestBlocks.cs
ghcode:00170:6f20c6c26eae
bsd-2-clause
codeparrot/github-code
6f20c6c26eaec2bff04242d9dee0d6bd10ee114ef3e05d69beb7dab9085c18bd
0.68
testing_debugging_repair_refactoring
148
false
2026-07-17
using System; using NUnit.Framework; using NServiceKit.Common.Extensions; using NServiceKit.DesignPatterns.Model; using NServiceKit.Logging; using NServiceKit.Text; namespace NServiceKit.Common.Tests.Models { /// <summary>A model with fields of nullable types.</summary> public class ModelWithFieldsOfNullableTypes...
NServiceKit/NServiceKit.OrmLite
tests/NServiceKit.OrmLite.Tests/Shared/ModelWithFieldsOfNullableTypes.cs
https://github.com/NServiceKit/NServiceKit.OrmLite/blob/HEAD/tests/NServiceKit.OrmLite.Tests/Shared/ModelWithFieldsOfNullableTypes.cs
ghcode:00170:4272601b2076
bsd-3-clause
codeparrot/github-code
4272601b207681ccc14991f5a768df5737e458315bf9198fbbc41738d165bf16
0.85
testing_debugging_repair_refactoring
1,296
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. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Ex...
Moq/moq4
src/Moq/Linq/MockQuery.cs
https://github.com/Moq/moq4/blob/HEAD/src/Moq/Linq/MockQuery.cs
ghcode:00170:0cea3f7ea86b
bsd-3-clause
codeparrot/github-code
0cea3f7ea86b0163683e5719c5846ff195406476a136e24d5f8e7b20d99d7b49
0.7
testing_debugging_repair_refactoring
444
false
2026-07-17
// // Copyright (c) 2004-2021 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...
304NotModified/NLog
tests/NLog.UnitTests/LogMessageFormatterTests.cs
https://github.com/304NotModified/NLog/blob/HEAD/tests/NLog.UnitTests/LogMessageFormatterTests.cs
ghcode:00170:3c9992333c97
bsd-3-clause
codeparrot/github-code
3c9992333c97e9611cccb9fa96d29b84987b5dfef6ce598768531ec3e567f21b
0.85
testing_debugging_repair_refactoring
1,603
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. // ------------------------------------------------------------------------------ n...
ginach/msgraph-sdk-dotnet
tests/Microsoft.Graph.Core.Test/Helpers/UrlHelperTests.cs
https://github.com/ginach/msgraph-sdk-dotnet/blob/HEAD/tests/Microsoft.Graph.Core.Test/Helpers/UrlHelperTests.cs
ghcode:00170:483582a28379
mit
codeparrot/github-code
483582a283790b305704915df3ec4f899e8c1466503b4d906bda8a6442c977b6
0.85
testing_debugging_repair_refactoring
667
false
2026-07-17
namespace Gu.State { using System.Collections.Generic; using System.Diagnostics; using System.Reflection; internal sealed class DictionaryTKeyTValueCopyer : ICopyer { internal static readonly DictionaryTKeyTValueCopyer Default = new DictionaryTKeyTValueCopyer(); private DictionaryT...
JohanLarsson/Gu.ChangeTracking
Gu.State/Copy/Copyers/DictionaryTKeyTValueCopyer.cs
https://github.com/JohanLarsson/Gu.ChangeTracking/blob/HEAD/Gu.State/Copy/Copyers/DictionaryTKeyTValueCopyer.cs
ghcode:00170:00bed2b30b7c
mit
codeparrot/github-code
00bed2b30b7c4874606b4071ac5f2b88a9de350a64eb174411ddfad7bff83d1a
0.75
testing_debugging_repair_refactoring
487
false
2026-07-17
using FakeItEasy; using Xunit; using Obvs.Configuration; using Obvs.Serialization.NetJson; using Obvs.Serialization.NetJson.Configuration; using Obvs.Types; namespace Obvs.Serialization.Tests { public class TestNetJsonSerialization { [Fact] public void ShouldSerializeToNetJson() {...
megakid/Obvs.Serialization
Obvs.Serialization.Tests/TestNetJsonSerialization.cs
https://github.com/megakid/Obvs.Serialization/blob/HEAD/Obvs.Serialization.Tests/TestNetJsonSerialization.cs
ghcode:00170:e107ab30df27
mit
codeparrot/github-code
e107ab30df27ce6db9a9d0872a172355d84d3d02a483b0adf030d85cba1e72ce
0.75
testing_debugging_repair_refactoring
354
false
2026-07-17
using NUnit.Framework; namespace Dehydrator { [TestFixture] public class EntityExtensionsMultiSelfRefTest : EntityExtensionsTest<MockEntity1> { [SetUp] public void SetUp() { DehydratedRef = new MockEntity1 {Id = 2}; ResolvedRef = new MockEntity1 {Id = 2, Fri...
1and1-webhosting-infrastructure/Dehydrator
UnitTests/EntityExtensionsMultiSelfRefTest.cs
https://github.com/1and1-webhosting-infrastructure/Dehydrator/blob/HEAD/UnitTests/EntityExtensionsMultiSelfRefTest.cs
ghcode:00170:98b86f77a77c
mit
codeparrot/github-code
98b86f77a77cc0ef980ee607b192e6efa0140a1ff13ba7b2bee2ee89003049c9
0.6
testing_debugging_repair_refactoring
165
false
2026-07-17
//----------------------------------------------------------------------- // <copyright company="Metamorphic"> // Copyright (c) Metamorphic. All rights reserved. // Licensed under the Apache License, Version 2.0 license. See LICENCE.md file in the project root for full license information. // </copyright> //----------...
metamorpher/Metamorphic
src/Test.Unit.Core/Signals/SignalDataTest.cs
https://github.com/metamorpher/Metamorphic/blob/HEAD/src/Test.Unit.Core/Signals/SignalDataTest.cs
ghcode:00170:396391ccd215
apache-2.0
codeparrot/github-code
396391ccd2151ddaca9eb67e0e7dc7746d7fb26996e4d748c6d4e5091168d147
0.7
testing_debugging_repair_refactoring
635
false
2026-07-17
//------------------------------------------------------------------------------- // <copyright file="StateMachineAssertionsExtensionMethods.cs" company="Appccelerate"> // Copyright (c) 2008-2015 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in comp...
bicole/statemachine
source/Appccelerate.StateMachine.Facts/StateMachineAssertionsExtensionMethods.cs
https://github.com/bicole/statemachine/blob/HEAD/source/Appccelerate.StateMachine.Facts/StateMachineAssertionsExtensionMethods.cs
ghcode:00170:b251825da8fa
apache-2.0
codeparrot/github-code
b251825da8faa4a7468f1165f87d7b7a2631850aa2e4c045817e8f9b9e2d148f
0.7
testing_debugging_repair_refactoring
487
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 System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Sy...
Giftednewt/roslyn
src/Compilers/CSharp/Portable/Symbols/Source/SourceLocalSymbol.cs
https://github.com/Giftednewt/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Source/SourceLocalSymbol.cs
ghcode:00170:2c0701ae9411
apache-2.0
codeparrot/github-code
2c0701ae9411bbe800160520ce9475276240656442bcefa3b44ee01b21c03e08
0.85
testing_debugging_repair_refactoring
5,714
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Text; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
wvdd007/roslyn
src/Compilers/CSharp/Test/Syntax/Syntax/SyntaxNormalizerTests.cs
https://github.com/wvdd007/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/Syntax/SyntaxNormalizerTests.cs
ghcode:00170:b309da659b4d
apache-2.0
codeparrot/github-code
b309da659b4df47a603509180d9ab6a4318491318e378da8687c509bf3738c6e
0.95
testing_debugging_repair_refactoring
13,726
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...
Anomalous-Software/Lucene.NET
test/core/Search/CheckHits.cs
https://github.com/Anomalous-Software/Lucene.NET/blob/HEAD/test/core/Search/CheckHits.cs
ghcode:00170:44c66566b28e
apache-2.0
codeparrot/github-code
44c66566b28ed6f4ec16dbbdeb0c9bef2c54894fdc8cf3899036317217d5c14e
0.85
testing_debugging_repair_refactoring
4,920
false
2026-07-17
// Copyright 2016 Google Inc. 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 by applic...
evildour/google-cloud-dotnet
apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.Tests/BigQueryClientImplTest.cs
https://github.com/evildour/google-cloud-dotnet/blob/HEAD/apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.Tests/BigQueryClientImplTest.cs
ghcode:00170:6c9465f44db9
apache-2.0
codeparrot/github-code
6c9465f44db9f3a7bbde0c67d3455605565f6742c3715ce30977111ecd2a815a
0.85
testing_debugging_repair_refactoring
5,333
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.Tang.Tests/Configuration/TestCsConfigurationBuilderExtension.cs
https://github.com/yunseong/reef/blob/HEAD/lang/cs/Org.Apache.REEF.Tang.Tests/Configuration/TestCsConfigurationBuilderExtension.cs
ghcode:00170:70c158b39c2d
apache-2.0
codeparrot/github-code
70c158b39c2d33e77d6f852ea0b4162447272b36e3bb84e0ba3a07ecbc5ffa34
0.85
testing_debugging_repair_refactoring
1,612
false
2026-07-17
using System; using System.Xml; using Xunit; using Rainbow.Filtering; namespace Rainbow.Tests.Filtering { public class ConfigurationFieldFilterTests { [Fact] public void FieldFilter_IgnoresExpectedFields() { var configXml = new XmlDocument(); configXml.LoadXml(@"<fieldFilter><exclude fieldID=""{B1E16562...
kamsar/Rainbow
src/Rainbow.Tests/Filtering/ConfigurationFieldFilterTests.cs
https://github.com/kamsar/Rainbow/blob/HEAD/src/Rainbow.Tests/Filtering/ConfigurationFieldFilterTests.cs
ghcode:00170:62907a9d5bc9
mit
codeparrot/github-code
62907a9d5bc96f8958b771dbb502975978356c70e6a884368bc9694f59695aea
0.75
testing_debugging_repair_refactoring
309
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using d60.Cirqus.Aggregates; using d60.Cirqus.Events; using d60.Cirqus.Numbers; using d60.Cirqus.Serialization; using d60.Cirqus.Testing.Internals; using NUnit.Framework; namespace d60.Cirqus.Tests.Events { [TestFixture] public cl...
hdrachmann/Cirqus
d60.Cirqus.Tests/Events/TestInMemoryEventStore.cs
https://github.com/hdrachmann/Cirqus/blob/HEAD/d60.Cirqus.Tests/Events/TestInMemoryEventStore.cs
ghcode:00170:ce5a3e31a4db
mit
codeparrot/github-code
ce5a3e31a4db3fd21828d4511d5f50e4f278c3c0b679326ce6b99827abbc7661
0.75
testing_debugging_repair_refactoring
462
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; namespace Microsoft.CSharp.RuntimeBinder....
Ermiar/corefx
src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/UtilityTypeExtensions.cs
https://github.com/Ermiar/corefx/blob/HEAD/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/UtilityTypeExtensions.cs
ghcode:00170:91f98497a924
mit
codeparrot/github-code
91f98497a9248cbc107a1f53f0f85c197d0bd6f495da4f6655fa33c83d3100af
0.95
testing_debugging_repair_refactoring
268
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...
DoudTechData/ignite
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/ProjectFilesTest.cs
https://github.com/DoudTechData/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/ProjectFilesTest.cs
ghcode:00170:daee75c507c7
apache-2.0
codeparrot/github-code
daee75c507c7017d6cd287ef4cde78b778697041f47892a3d5512879733b9ae6
0.7
testing_debugging_repair_refactoring
378
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...
devigned/azure-powershell
src/ResourceManager/AzureBatch/Commands.Batch.Test/Pools/GetBatchPoolUsageMetricsCommandTests.cs
https://github.com/devigned/azure-powershell/blob/HEAD/src/ResourceManager/AzureBatch/Commands.Batch.Test/Pools/GetBatchPoolUsageMetricsCommandTests.cs
ghcode:00170:6d85ceb4aaff
apache-2.0
codeparrot/github-code
6d85ceb4aaff9beb2553a67bc070a02c94ea061287ebee8463d3dc90bc6cfc8b
0.85
testing_debugging_repair_refactoring
1,264
false
2026-07-17
namespace OpenRiaServices.DomainServices.Client.ApplicationServices { /// <summary> /// This class just exists so files generated to use the OpenRiaServices.DomainServices.Client.ApplicationServices /// namespace will compile on the desktop. /// </summary> public class CodegenWorkaround { } }
Daniel-Svensson/OpenRiaServices
OpenRiaServices.DomainServices.Client/Test/Desktop/CodegenWorkaround.cs
https://github.com/Daniel-Svensson/OpenRiaServices/blob/HEAD/OpenRiaServices.DomainServices.Client/Test/Desktop/CodegenWorkaround.cs
ghcode:00170:18c51e1540f6
apache-2.0
codeparrot/github-code
18c51e1540f6c29d42c6f00de9a190e3dbcbca7d6c9c59e63492e5bca895b7fd
0.95
testing_debugging_repair_refactoring
63
false
2026-07-17
using Cake.Core.IO; using Xunit; namespace Cake.Core.Tests.Unit.IO { public sealed class ProcessSettingsTests { public sealed class ExtensionMethods { [Theory] [InlineData("Hello World", "Hello World")] [InlineData("", "")] [InlineData(" \t ", " ...
DavidDeSloovere/cake
src/Cake.Core.Tests/Unit/IO/ProcessSettingsTests.cs
https://github.com/DavidDeSloovere/cake/blob/HEAD/src/Cake.Core.Tests/Unit/IO/ProcessSettingsTests.cs
ghcode:00170:6f52bd797d51
mit
codeparrot/github-code
6f52bd797d5190a17dc3472c87f585be80cebec662793472f043c4c6fa3bb5d6
0.75
testing_debugging_repair_refactoring
356
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace CommonMark.Tests { [TestClass] public class EmphasisTests { [TestMethod] [TestCategory("Inlines - Emphasis and s...
lostfictions/CommonMark.NET
CommonMark.Tests/EmphasisTests.cs
https://github.com/lostfictions/CommonMark.NET/blob/HEAD/CommonMark.Tests/EmphasisTests.cs
ghcode:00170:aff40f4e08b3
bsd-3-clause
codeparrot/github-code
aff40f4e08b3b6d31df13cd277983f2c9b5b0aa4175f1cea2da754485053d83f
0.85
testing_debugging_repair_refactoring
623
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.Immutable; using System.Linq; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.Co...
abock/roslyn
src/Test/Utilities/Portable/Diagnostics/BoxingOperationAnalyzer.cs
https://github.com/abock/roslyn/blob/HEAD/src/Test/Utilities/Portable/Diagnostics/BoxingOperationAnalyzer.cs
ghcode:00170:6aaa6fd352a1
mit
codeparrot/github-code
6aaa6fd352a1ece124dc60365a026230f7164992c01a8f885a4bb7daf379afde
0.95
testing_debugging_repair_refactoring
551
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.Xml; using System.Text; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Threa...
nikson/msbuild
src/XMakeBuildEngine/UnitTests/BackEnd/NodeEndpointInProc_Tests.cs
https://github.com/nikson/msbuild/blob/HEAD/src/XMakeBuildEngine/UnitTests/BackEnd/NodeEndpointInProc_Tests.cs
ghcode:00170:04c799e80f26
mit
codeparrot/github-code
04c799e80f26f22bcf1a11d7242f879eca04d355b4615812241f808b77821221
0.85
testing_debugging_repair_refactoring
2,865
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; namespace Microsoft.CodeAnalysis.Differencing { /// <summary> /// Calculat...
OmarTawfik/roslyn
src/Workspaces/Core/Portable/Differencing/LongestCommonSubsequence.cs
https://github.com/OmarTawfik/roslyn/blob/HEAD/src/Workspaces/Core/Portable/Differencing/LongestCommonSubsequence.cs
ghcode:00170:35fb42105026
apache-2.0
codeparrot/github-code
35fb4210502649dabcbdaddd3e0807e0dbf80b92b0ed4176cc519a32144ccc50
0.85
testing_debugging_repair_refactoring
2,674
false
2026-07-17
using umbraco.cms.businesslogic.task; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using umbraco.BusinessLogic; using umbraco.cms.businesslogic.web; using System.Linq; using umbraco.DataLayer; namespace Umbraco.LegacyTests { /// <summary> ///This is a test class for...
dampee/Umbraco-CMS
test/umbraco.Test/TaskTypeTest.cs
https://github.com/dampee/Umbraco-CMS/blob/HEAD/test/umbraco.Test/TaskTypeTest.cs
ghcode:00170:515384319422
mit
codeparrot/github-code
5153843194222db782dcb683f023623af759d5df8f1cf98833d279e70266c50a
0.85
testing_debugging_repair_refactoring
1,486
false
2026-07-17
using System; using System.Linq; using Moq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Repositories; using Umbraco.Core.Persistence.SqlSyntax; using Umbrac...
gavinfaux/Umbraco-CMS
src/Umbraco.Tests/Persistence/Repositories/MediaTypeRepositoryTest.cs
https://github.com/gavinfaux/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Persistence/Repositories/MediaTypeRepositoryTest.cs
ghcode:00170:85501e13a109
mit
codeparrot/github-code
85501e13a109998a00b81c5d0c53e95e3a896a4cdcffd6e0463346c90eec2252
0.85
testing_debugging_repair_refactoring
2,995
false
2026-07-17
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
TomDataworks/opensim
OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs
https://github.com/TomDataworks/opensim/blob/HEAD/OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs
ghcode:00170:24c45357feab
bsd-3-clause
codeparrot/github-code
24c45357feab836a261c4de05c2c3529ca9de4e128471543a7b2edffcce1c98e
0.95
testing_debugging_repair_refactoring
736
false
2026-07-17
// **************************************************************** // Copyright 2009, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Col...
acken/AutoTest.Net
lib/NUnit/src/NUnit-2.5.9.10348/src/NUnitFramework/tests/Syntax/PropertyTests.cs
https://github.com/acken/AutoTest.Net/blob/HEAD/lib/NUnit/src/NUnit-2.5.9.10348/src/NUnitFramework/tests/Syntax/PropertyTests.cs
ghcode:00170:9b3a1811e0aa
mit
codeparrot/github-code
9b3a1811e0aa851bee25b957e40439b67a6b06d30246b951c5769c33f0e45f0c
0.95
testing_debugging_repair_refactoring
727
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 ...
AnshulYADAV007/Lean
Tests/Common/Util/BusyBlockingCollectionTests.cs
https://github.com/AnshulYADAV007/Lean/blob/HEAD/Tests/Common/Util/BusyBlockingCollectionTests.cs
ghcode:00170:1c5eac66e397
apache-2.0
codeparrot/github-code
1c5eac66e39708e46e88553cb47b762ac63eb238ec71d0a876bebe39530be48b
0.75
testing_debugging_repair_refactoring
457
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.Immutable; using System.Diagnostics; using System.IO; using System.Reflection.Internal; usi...
shimingsg/corefx
src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/PEReader.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/PEReader.cs
ghcode:00170:319503f153d8
mit
codeparrot/github-code
319503f153d87ac355fd81712973f80bace7c7d3a74df0ff16fe1fc35d5057b2
0.95
testing_debugging_repair_refactoring
7,567
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.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Editor.UnitTe...
droyad/roslyn
src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.cs
https://github.com/droyad/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.cs
ghcode:00170:87a9d8af4cdb
apache-2.0
codeparrot/github-code
87a9d8af4cdbfe49d520045419e8c0ec5f5b21fe644da5fc08429dd6e72e33f9
0.85
testing_debugging_repair_refactoring
9,993
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.ComponentModel.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; namespace Roslyn.Hosting.Diagnostics.Waiters { [Export(typeof(IAs...
cybernet14/roslyn
src/Test/Diagnostics/Waiters/RenameWaiter.cs
https://github.com/cybernet14/roslyn/blob/HEAD/src/Test/Diagnostics/Waiters/RenameWaiter.cs
ghcode:00170:cb7cf90c5c4f
apache-2.0
codeparrot/github-code
cb7cf90c5c4ff3c61191533e59f40dfdbe057c241c5643950f99c6a1f12e3184
0.85
testing_debugging_repair_refactoring
104
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.Xml; using Microsoft.Test.ModuleCore; namespace CoreXml.Test.XLinq { ...
shimingsg/corefx
src/System.Private.Xml.Linq/tests/xNodeReader/CXMLReaderAttrTest.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Private.Xml.Linq/tests/xNodeReader/CXMLReaderAttrTest.cs
ghcode:00170:77e4a13b12f0
mit
codeparrot/github-code
77e4a13b12f087c23e7e29b5b3e7a3e97861a390760f7e1e22ade417b8f71273
0.82
testing_debugging_repair_refactoring
14,170
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 Xunit; namespace System.Globalization.Tests { public class NumberFormat...
Ermiar/corefx
src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoGetInstance.cs
https://github.com/Ermiar/corefx/blob/HEAD/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoGetInstance.cs
ghcode:00170:29eee28732e8
mit
codeparrot/github-code
29eee28732e86815ad64870a17421650afd162039776280b4d3fd999839f8b60
0.95
testing_debugging_repair_refactoring
669
false
2026-07-17