def test_component_implements_interface(self):
     self.assertTrue(ILaTeXView.implementedBy(RemarkLaTeXView))
     verifyClass(ILaTeXView, RemarkLaTeXView)
Ejemplo n.º 2
0
    def test_implements_interface(self):
        self.replay()
        self.assertTrue(ILaTeXView.implementedBy(
                        opentaskreport.OpenTaskReportLaTeXView))

        verifyClass(ILaTeXView, opentaskreport.OpenTaskReportLaTeXView)
 def test_component_implements_interface(self):
     self.assertTrue(ILaTeXView.implementedBy(TableLaTeXView))
     verifyClass(ILaTeXView, TableLaTeXView)
    def test_implements_interface(self):
        self.assertTrue(ILaTeXView.implementedBy(
                dossierlisting.DossierListingLaTeXView))

        verifyClass(ILaTeXView, dossierlisting.DossierListingLaTeXView)
Ejemplo n.º 5
0
    def test_implements_interface(self):
        self.assertTrue(
            ILaTeXView.implementedBy(dossierlisting.DossierListingLaTeXView))

        verifyClass(ILaTeXView, dossierlisting.DossierListingLaTeXView)
 def test_implements_interface(self):
     self.assertTrue(ILaTeXView.implementedBy(MeetingView))
     verifyClass(ILaTeXView, MeetingView)
    def test_implements_interface(self):
        self.replay()
        self.assertTrue(
            ILaTeXView.implementedBy(opentaskreport.OpenTaskReportLaTeXView))

        verifyClass(ILaTeXView, opentaskreport.OpenTaskReportLaTeXView)
Ejemplo n.º 8
0
 def test_implements_interface(self):
     self.replay()
     self.assertTrue(ILaTeXView.implementedBy(WorkspaceDetailsView))
     verifyClass(ILaTeXView, WorkspaceDetailsView)