fix mocks compilation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1381582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-06 12:39:14 +00:00
parent 9916e66996
commit 2e95b7d4ba
9 changed files with 54 additions and 0 deletions

View File

@ -195,4 +195,10 @@ public class TestMetadataRepository
{ {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
} }

View File

@ -254,6 +254,12 @@ public class MockRepositorySessionFactory
{ {
return null; //To change body of implemented methods use File | Settings | File Templates. return null; //To change body of implemented methods use File | Settings | File Templates.
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
}; };
} }
}; };

View File

@ -200,4 +200,10 @@ public class TestMetadataRepository
{ {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
} }

View File

@ -254,6 +254,12 @@ public class MockRepositorySessionFactory
{ {
return null; //To change body of implemented methods use File | Settings | File Templates. return null; //To change body of implemented methods use File | Settings | File Templates.
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
}; };
} }
}; };

View File

@ -254,6 +254,12 @@ public class MockRepositorySessionFactory
{ {
return null; //To change body of implemented methods use File | Settings | File Templates. return null; //To change body of implemented methods use File | Settings | File Templates.
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
}; };
} }
}; };

View File

@ -331,5 +331,11 @@ public class NewArtifactsRssFeedProcessorTest
{ {
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
} }
} }

View File

@ -235,4 +235,10 @@ public class TestMetadataRepository
{ {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
} }

View File

@ -196,4 +196,10 @@ public class TestMetadataRepository
{ {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
} }

View File

@ -211,4 +211,10 @@ public class TestMetadataRepository
{ {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
public void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException
{
}
} }