This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import org.testng.annotations.*; | |
| import static org.testng.Assert.*; | |
| @Test | |
| public class TestPostOffice { | |
| public void testAddNewProductWhenProductIsNotUnique() { | |
| Product dup = new Product("duplicate", "", 8, 10); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [Trigger] | |
| Operation = Install | |
| Operation = Upgrade | |
| Operation = Remove | |
| Type = Package | |
| Target = * | |
| [Action] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [Trigger] | |
| Operation = Install | |
| Operation = Upgrade | |
| Operation = Remove | |
| Type = Package | |
| Target = * | |
| [Action] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| SYNOPSIS | |
| python SCRIPT.py [-h,--help] [-v,--verbose] | |
| DESCRIPTION | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | %% Listings definition for Go language | |
| %% Go language reference : http://www.golang.org | |
| %% Author : Uriel Corfa <[email protected]> | |
| %% Project home: https://bitbucket.org/korfuri/golang-latex-listings | |
| \ProvidesFile{lstlang0.sty} | |
| [2012/04/13 1.1 listings language file for GoLang] | |
| \lst@definelanguage{Go} | |
| {morekeywords=[1]{break,case,chan,const,continue,default,defer,% | |
| else,fallthrough,for,func,go,goto,if,import,interface,map,% | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Description='eduroam network' | |
| Interface=wifi0 | |
| Connection=wireless | |
| Security='wpa-configsection' | |
| IP=dhcp | |
| ESSID=eduroam | |
| WPAConfigSection=( | |
| 'ssid="eduroam"' | |
| 'key_mgmt=WPA-EAP' | |
| 'eap=TTLS' |