BUDGET 2007
À quoi servent vos impôts ?




Dépenses 334,7

Enseignement et recherche 80,3
Collectivités territoriales 49,5
Dettes et engagements financiers 40,9
Défense 36,2
Travail, emploi et solidarité 24,3
Sécurité et justice 22,0
Union européenne 18,7
Transports, ville et logement 15,9
Autres missions 46,9



Recettes 292,7

TVA 133,5
Impôt sur le revenu 57,1
Impôt sur les sociétés 46,1
Taxe intérieure sur les produits pétroliers 18,0
Autres recettes fiscales 11,1
Autres recettes 26,9

Déficit de l'État 42,0

Libellés :


EasyMock documentation sample code :

public void testVoteForRemoval() {
mock.documentAdded("Document"); // expect document addition
// expect to be asked to vote for document removal, and vote for it
expect(mock.voteForRemoval("Document")).andReturn((byte) 42);
mock.documentRemoved("Document"); // expect document removal
replay(mock);
classUnderTest.addDocument("Document", new byte[0]);
assertTrue(classUnderTest.removeDocument("Document"));
verify(mock);
}

public void testVoteAgainstRemoval() {
mock.documentAdded("Document"); // expect document addition
// expect to be asked to vote for document removal, and vote against it
expect(mock.voteForRemoval("Document")).andReturn((byte) -42);
replay(mock);
classUnderTest.addDocument("Document", new byte[0]);
assertFalse(classUnderTest.removeDocument("Document"));
verify(mock);
}

Quel pourcentage des français est encore indécis concernant l'élection présidentielle ?

Prison Break 42


Prison Break
Season 1 Episode 19 "The Key"

Veronica Donovan : « This doesn't make any sense. All these people from all over the world are calling this place in the middle of nowhere with a population of 42. »

Blackfoot, Montana.

La réponse est 42.

(Chronique de la dèche)