A B C D F G I L O R S T 

A

AbstractBranchDetectorTest - Class in org.kuali.student.git.model.branch
 
AbstractBranchDetectorTest() - Constructor for class org.kuali.student.git.model.branch.AbstractBranchDetectorTest
 
AbstractGitImporterMainTestCase - Class in org.kuali.student.git.model
A base that can be used to run consecutive runs of the GitImporterMain.
AbstractGitImporterMainTestCase(String, boolean) - Constructor for class org.kuali.student.git.model.AbstractGitImporterMainTestCase
 
AbstractGitRespositoryTestCase - Class in org.kuali.student.svn.model
Helpful for creating test cases against a test git repository.
AbstractGitRespositoryTestCase(String) - Constructor for class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
AbstractGitRespositoryTestCase(String, boolean) - Constructor for class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
AbstractKualiStudentBranchDetectorTest - Class in org.kuali.student.git.model
 
AbstractKualiStudentBranchDetectorTest() - Constructor for class org.kuali.student.git.model.AbstractKualiStudentBranchDetectorTest
 
addFiles(File, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
addTranslation(ObjectId, ObjectId) - Method in class org.kuali.student.cleaner.model.ObjectIdTranslationMapImpl
 
after() - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
assertBlobContents(ObjectId, int, String) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
assertFileContentEquals(Repository, String, String, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 
assertPath(String, String, String) - Method in class org.kuali.student.git.model.branch.AbstractBranchDetectorTest
 
assertPath(String, String, String, boolean) - Method in class org.kuali.student.git.model.branch.AbstractBranchDetectorTest
 
assertPathsDontExist(Repository, String, List<String>) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
Ensure that the paths given to not exist in the current branch HEAD.
assertPathsExist(Repository, String, List<String>) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 
assertRefNotNull(Repository, String, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 
assertRefNull(Repository, String, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 

B

before() - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
branchDetector - Variable in class org.kuali.student.git.model.branch.AbstractBranchDetectorTest
 

C

checkOut(String, String, String, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
checkOut(String, String, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
commit(List<File>, String, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
commit(File[], String, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
commit(File, String, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
commit(ObjectInserter, GitTreeData, String) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
commit(ObjectInserter, GitTreeData, String, ObjectId) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
copy(String, String, String, String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
createBranch(Repository, String, String, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 
createBranch(ObjectId, String) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
createExternalsBaseStructure(String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
createRepository(String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
Create a new repository of the given name

D

deleteRepository(String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
Delete the named repository from the temporary directory
deleteRepositoryArea(String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
Delete the repository area target/$repositoryName
deleteRepositoryWorkingCopy(String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
deleteRepositoryWorkingCopy(String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
diffTrees(ObjectId, ObjectId) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
DummyGitTreeNodeInitializer - Class in org.kuali.student.git.model
 
DummyGitTreeNodeInitializer() - Constructor for class org.kuali.student.git.model.DummyGitTreeNodeInitializer
 
dump(String, String, String, String, long, long, boolean) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
dump(File, String, String, String, SVNRevision, SVNRevision, boolean, boolean) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 

F

findObjectIdInRefByPath(Repository, String, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 
findObjectIdInRefByPath(Repository, Ref, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
 

G

getBlobContents(ObjectId) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
getRepositoryPath(String, String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
getSvnUrl(String) - Static method in class org.kuali.student.subversion.merge.SVNRepositoryUtils
 
GitTestUtils - Class in org.kuali.student.git.model.utils
 

I

initialize(GitTreeNodeData) - Method in class org.kuali.student.git.model.DummyGitTreeNodeInitializer
 

L

loadFileContents(Repository, String, String) - Static method in class org.kuali.student.git.model.utils.GitTestUtils
Acquire the JGit ObjectLoader reference on the file in the branch in the repository we want.

O

ObjectIdTranslationMapImpl - Class in org.kuali.student.cleaner.model
 
ObjectIdTranslationMapImpl() - Constructor for class org.kuali.student.cleaner.model.ObjectIdTranslationMapImpl
 
onAfter() - Method in class org.kuali.student.git.tools.merge.TestActualSvnMergeDeltaCompression
 
onAfter() - Method in class org.kuali.student.git.tools.merge.TestGitImporterOnKualiStudentDumpFiles
 
onAfter() - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
onAfter() - Method in class org.kuali.student.svn.model.TestGitTreeData
 
onBefore() - Method in class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
onBefore() - Method in class org.kuali.student.git.tools.merge.TestActualSvnMergeDeltaCompression
 
onBefore() - Method in class org.kuali.student.git.tools.merge.TestGitImporterOnKualiStudentDumpFiles
 
onBefore() - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
onBefore() - Method in class org.kuali.student.svn.model.TestGitTreeData
 
onBefore() - Method in class org.kuali.student.svn.model.TestGitTreeNodeData
 
org.kuali.student.cleaner - package org.kuali.student.cleaner
 
org.kuali.student.cleaner.model - package org.kuali.student.cleaner.model
 
org.kuali.student.git.model - package org.kuali.student.git.model
 
org.kuali.student.git.model.branch - package org.kuali.student.git.model.branch
 
org.kuali.student.git.model.branch.utils - package org.kuali.student.git.model.branch.utils
 
org.kuali.student.git.model.utils - package org.kuali.student.git.model.utils
 
org.kuali.student.git.tools.merge - package org.kuali.student.git.tools.merge
 
org.kuali.student.subversion.merge - package org.kuali.student.subversion.merge
 
org.kuali.student.svn.model - package org.kuali.student.svn.model
 

R

repo - Variable in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
repository - Variable in class org.kuali.student.git.model.AbstractGitImporterMainTestCase
 
runImporter(Repository, long, String, String, String) - Method in class org.kuali.student.git.model.AbstractGitImporterMainTestCase
 
rw - Variable in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 

S

setup() - Method in class org.kuali.student.git.model.TestSvnRevisionMapper
 
setup() - Static method in class org.kuali.student.git.tools.merge.TestGitImporterMain
 
setupRepository() - Method in class org.kuali.student.git.model.AbstractGitImporterMainTestCase
 
storeFile(ObjectInserter, GitTreeData, String, String) - Method in class org.kuali.student.svn.model.AbstractGitRespositoryTestCase
 
SVNRepositoryUtils - Class in org.kuali.student.subversion.merge
 

T

tearDown() - Method in class org.kuali.student.git.model.TestSvnRevisionMapper
 
testActualBranchAdjacencyDeltaCompression() - Method in class org.kuali.student.git.tools.merge.TestActualSvnMergeDeltaCompression
 
TestActualSvnMergeDeltaCompression - Class in org.kuali.student.git.tools.merge
 
TestActualSvnMergeDeltaCompression() - Constructor for class org.kuali.student.git.tools.merge.TestActualSvnMergeDeltaCompression
 
testAgainstPaths() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
TestBranchDetectorImpl - Class in org.kuali.student.git.tools.merge
 
TestBranchDetectorImpl() - Constructor for class org.kuali.student.git.tools.merge.TestBranchDetectorImpl
 
testBranchesPathVeto() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testBranchPaths() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testBranchUtils() - Method in class org.kuali.student.git.tools.merge.TestBranchDetectorImpl
 
testCanonicalBranchName() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testComparatorTopoEquivilence() - Method in class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
testComparatorTopoEquivilenceWithThreeAggregateCommits() - Method in class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
testComparatorTopoEquivilenceWithThreeAggregateCommitsAndTwoPerModule() - Method in class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
testComparatorTopoEquivilenceWithTwoAggregateCommits() - Method in class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
testCreateSubTreeBlobPath() - Method in class org.kuali.student.git.model.branch.TestGitSubTreePath
 
testDateConversion() - Method in class org.kuali.student.git.tools.merge.TestGitImporterOnKualiStudentDumpFiles
 
testDateRevisionFormatRegex() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testDirtyChecks() - Method in class org.kuali.student.svn.model.TestGitTreeData
 
testEncounteredPaths() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
TestExternalsFusion - Class in org.kuali.student.svn.model
 
TestExternalsFusion() - Constructor for class org.kuali.student.svn.model.TestExternalsFusion
 
testFusion() - Method in class org.kuali.student.svn.model.TestExternalsFusion
 
TestFusionDataAwareRevSort - Class in org.kuali.student.cleaner
Test case for developing a Comparator based RevSort that will resemble a topo sort but also handle the fusion lateral branch dependencies.
TestFusionDataAwareRevSort() - Constructor for class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
TestGitBranchUtils - Class in org.kuali.student.git.model.branch.utils
 
TestGitBranchUtils() - Constructor for class org.kuali.student.git.model.branch.utils.TestGitBranchUtils
 
TestGitImporterMain - Class in org.kuali.student.git.tools.merge
 
TestGitImporterMain() - Constructor for class org.kuali.student.git.tools.merge.TestGitImporterMain
 
TestGitImporterOnKualiStudentDumpFiles - Class in org.kuali.student.git.tools.merge
 
TestGitImporterOnKualiStudentDumpFiles() - Constructor for class org.kuali.student.git.tools.merge.TestGitImporterOnKualiStudentDumpFiles
 
TestGitSubTreePath - Class in org.kuali.student.git.model.branch
 
TestGitSubTreePath() - Constructor for class org.kuali.student.git.model.branch.TestGitSubTreePath
 
TestGitTreeData - Class in org.kuali.student.svn.model
 
TestGitTreeData() - Constructor for class org.kuali.student.svn.model.TestGitTreeData
 
TestGitTreeNodeData - Class in org.kuali.student.svn.model
 
TestGitTreeNodeData() - Constructor for class org.kuali.student.svn.model.TestGitTreeNodeData
 
testGroupingPattern() - Method in class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
testImport() - Method in class org.kuali.student.git.model.TestKSRevision65409To65443
 
testInitialRevision() - Method in class org.kuali.student.git.tools.merge.TestGitImporterMain
 
testInverseFusion() - Method in class org.kuali.student.svn.model.TestExternalsFusion
 
testKSMergeAtRevision57864() - Method in class org.kuali.student.git.tools.merge.TestSvnMergeInfoParser
 
testKSR27982ExternalsDataFile() - Method in class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
testKsRevision100() - Method in class org.kuali.student.git.model.branch.TestGitSubTreePath
 
TestKSRevision27974 - Class in org.kuali.student.git.model
Test the importer on KS Revision 27974 to make sure the svn:mergeinfo properly is being indexed properly.
TestKSRevision27974() - Constructor for class org.kuali.student.git.model.TestKSRevision27974
 
TestKSRevision27975 - Class in org.kuali.student.git.model
Test the importer on KS Revision 27975 to make sure the blob add is working properly
TestKSRevision27975() - Constructor for class org.kuali.student.git.model.TestKSRevision27975
 
TestKSRevision29500 - Class in org.kuali.student.git.model
Test the importer on KS Revision 29500 to make sure the svn:mergeinfo properly is being indexed properly.
TestKSRevision29500() - Constructor for class org.kuali.student.git.model.TestKSRevision29500
 
TestKSRevision65409To65443 - Class in org.kuali.student.git.model
Test the importer on KS Revision 65409 and 65443 which lose track of a key branch during renaming processes.
TestKSRevision65409To65443() - Constructor for class org.kuali.student.git.model.TestKSRevision65409To65443
 
TestKualiFoundationBranchDetectorImpl - Class in org.kuali.student.git.model.branch
 
TestKualiFoundationBranchDetectorImpl() - Constructor for class org.kuali.student.git.model.branch.TestKualiFoundationBranchDetectorImpl
 
TestKualiStudentBranchDetector - Class in org.kuali.student.git.model.branch
Test Git Branch Utils
TestKualiStudentBranchDetector() - Constructor for class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testLayeredPathConversions() - Method in class org.kuali.student.git.model.branch.utils.TestGitBranchUtils
 
TestMatchCopyFromPath - Class in org.kuali.student.git.model
 
TestMatchCopyFromPath() - Constructor for class org.kuali.student.git.model.TestMatchCopyFromPath
 
testMergeInfo() - Method in class org.kuali.student.git.model.TestSvnRevisionMapper
 
testMissingDataCase() - Method in class org.kuali.student.git.tools.merge.TestBranchDetectorImpl
 
testNestedCopyFromMatch() - Method in class org.kuali.student.git.model.TestMatchCopyFromPath
 
testParseExternalsInfoDataFile() - Method in class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
testParseExternalsReversedDataFile() - Method in class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
testParseFusionMavenPluginsData() - Method in class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
testParseMergeInfoDataFile() - Method in class org.kuali.student.git.tools.merge.TestSvnMergeInfoParser
 
testPathConversions() - Method in class org.kuali.student.git.model.branch.utils.TestGitBranchUtils
 
testPaths() - Method in class org.kuali.student.git.model.branch.TestKualiFoundationBranchDetectorImpl
 
testR1toR989() - Method in class org.kuali.student.git.tools.merge.TestGitImporterOnKualiStudentDumpFiles
 
testReadingComplexRevisionProperties() - Method in class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
testReadingMultipleNodes() - Method in class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
TestReadingNodeRevisionProperties - Class in org.kuali.student.subversion.merge
 
TestReadingNodeRevisionProperties() - Constructor for class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
testReadingRevisionProperties() - Method in class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
testRelativeExternalsDataFile() - Method in class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
testReorderingExternals() - Method in class org.kuali.student.git.model.TestKSRevision27974
 
testRevision12075() - Method in class org.kuali.student.git.model.branch.TestGitSubTreePath
 
testRevision27974() - Method in class org.kuali.student.git.model.TestKSRevision27974
 
testRevision27975() - Method in class org.kuali.student.git.model.TestKSRevision27975
 
testRevision29500() - Method in class org.kuali.student.git.model.TestKSRevision29500
 
testRevision65409() - Method in class org.kuali.student.git.model.branch.TestGitSubTreePath
 
testRevision7563() - Method in class org.kuali.student.git.model.branch.TestGitSubTreePath
 
testRice15812SvnAdmin() - Method in class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
testRice15812SvnKit() - Method in class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
TestSampleImport - Class in org.kuali.student.git.model
Test the importer on a new suite of manually created svn dump files designed to test out various properties of the importer.
TestSampleImport() - Constructor for class org.kuali.student.git.model.TestSampleImport
 
testSampleImport() - Method in class org.kuali.student.git.model.TestSampleImport
 
testSpacePath() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testStripStarFromRevision() - Method in class org.kuali.student.subversion.merge.TestReadingNodeRevisionProperties
 
testSubPathMergeBranchDetection() - Method in class org.kuali.student.git.tools.merge.TestSvnMergeInfoParser
 
TestSvnExternalsParser - Class in org.kuali.student.git.tools.merge
 
TestSvnExternalsParser() - Constructor for class org.kuali.student.git.tools.merge.TestSvnExternalsParser
 
TestSvnMergeInfoParser - Class in org.kuali.student.git.tools.merge
 
TestSvnMergeInfoParser() - Constructor for class org.kuali.student.git.tools.merge.TestSvnMergeInfoParser
 
TestSvnRevisionMapper - Class in org.kuali.student.git.model
 
TestSvnRevisionMapper() - Constructor for class org.kuali.student.git.model.TestSvnRevisionMapper
 
testTargetBranchPathFromBranchDirectoryAdd() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
testTopAndNestedDirectoryMerge() - Method in class org.kuali.student.svn.model.TestGitTreeNodeData
 
testTopLevelBlobMerge() - Method in class org.kuali.student.svn.model.TestGitTreeNodeData
 
testTopLevelOverlappingBlobMerge() - Method in class org.kuali.student.svn.model.TestGitTreeNodeData
 
testTopoEquivilence() - Method in class org.kuali.student.cleaner.TestFusionDataAwareRevSort
 
testTruncate() - Method in class org.kuali.student.git.model.TestSvnRevisionMapper
 
testTwoRevisions() - Method in class org.kuali.student.git.model.TestSvnRevisionMapper
 
testUnderscorePath() - Method in class org.kuali.student.git.model.branch.TestKualiStudentBranchDetector
 
translateObjectId(ObjectId) - Method in class org.kuali.student.cleaner.model.ObjectIdTranslationMapImpl
 
A B C D F G I L O R S T 

Copyright © 2004–2014 The Kuali Foundation. All rights reserved.